| /** | |
| * @ORM\Entity() | |
| * @ORM\Table( | |
| * name="academic_issues" | |
| * ) | |
| * @Config( | |
| * defaultValues={ | |
| * "workflow"={ | |
| * "show_step_in_grid"=false | |
| * } | |
| * } | |
| * ) | |
| ) | |
| */ | 
And never use in your "DataGrid" definitions any following columns:
- "workflowStep"
- "workflowStepLabel"
- "step"
- "stepLabel"
