Skip to content

Commit

Permalink
Update AttributeCollectors permissions definition (CFM-31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin authored and arlen committed Sep 24, 2024
1 parent e92b586 commit 0101b94
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ public function initialize(array $config): void {
'index' => ['platformAdmin', 'coAdmin']
],
'related' => [
'CoreEnroller.EnrollmentAttributes'
'table' => [
'CoreEnroller.EnrollmentAttributes'
]
]
]);
}
Expand Down

0 comments on commit 0101b94

Please sign in to comment.