Skip to content

Commit

Permalink
Fix interim dashboard permission (NOJIRA)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Oct 6, 2022
1 parent f67487d commit 0307afb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/Model/Table/DashboardsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ public function initialize(array $config): void {
// Actions that operate over a table (ie: do not require an $id)
'table' => [
'configuration' => ['platformAdmin', 'coAdmin'],
'dashboard' => ['coMember'],
// XXX CFM-230 This needs to be updated for actual Dashboard permissions
'dashboard' => ['platformAdmin', 'coAdmin', 'coMember'],
'search' => ['platformAdmin', 'coAdmin']
/* 'add' => ['platformAdmin', 'coAdmin'],
'index' => ['platformAdmin', 'coAdmin']*/
Expand Down

0 comments on commit 0307afb

Please sign in to comment.