Skip to content

Commit

Permalink
Refactor EnrollmentFlow* files:setPermissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Apr 24, 2024
1 parent f3ee4b6 commit c79dd52
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 c79dd52

Please sign in to comment.