Skip to content

Commit

Permalink
Render hidden column for Enrollment Attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Feb 5, 2025
1 parent 67545bb commit 9901933
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ $indexColumns = [
'required' => [
'type' => 'boolean',
'class' => 'YesBooleanEnum'
],
'hidden' => [
'type' => 'boolean',
'class' => 'YesBooleanEnum'
]
];

Expand Down

0 comments on commit 9901933

Please sign in to comment.