Skip to content

Commit

Permalink
Refactor EnrollmentFlow* files:setPermissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis authored and arlen committed Sep 24, 2024
1 parent a1ea421 commit e3332e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion app/src/Model/Table/EnrollmentFlowStepsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ public function initialize(array $config): void {
'index' => ['platformAdmin', 'coAdmin']
],
'related' => [
'EnrollmentFlowSteps'
'table' => [
'EnrollmentFlowSteps'
]
]
]);
}
Expand Down
4 changes: 3 additions & 1 deletion app/src/Model/Table/EnrollmentFlowsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ public function initialize(array $config): void {
'index' => ['platformAdmin', 'coAdmin']
],
'related' => [
'EnrollmentFlowSteps'
'table' => [
'EnrollmentFlowSteps'
]
]
]);
}
Expand Down

0 comments on commit e3332e5

Please sign in to comment.