From 0101b940ae0fbad494e998ba747a43d53955b40e Mon Sep 17 00:00:00 2001 From: Benn Oshrin Date: Sun, 22 Sep 2024 09:08:33 -0400 Subject: [PATCH] Update AttributeCollectors permissions definition (CFM-31) --- .../CoreEnroller/src/Model/Table/AttributeCollectorsTable.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/plugins/CoreEnroller/src/Model/Table/AttributeCollectorsTable.php b/app/plugins/CoreEnroller/src/Model/Table/AttributeCollectorsTable.php index f8efcf3d1..902419507 100644 --- a/app/plugins/CoreEnroller/src/Model/Table/AttributeCollectorsTable.php +++ b/app/plugins/CoreEnroller/src/Model/Table/AttributeCollectorsTable.php @@ -89,7 +89,9 @@ public function initialize(array $config): void { 'index' => ['platformAdmin', 'coAdmin'] ], 'related' => [ - 'CoreEnroller.EnrollmentAttributes' + 'table' => [ + 'CoreEnroller.EnrollmentAttributes' + ] ] ]); }