Skip to content

Commit

Permalink
Add bypass team fliter selector to the admin interface for users
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdryden committed Jul 19, 2023
1 parent 2b09b6d commit c4febdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -2480,7 +2480,8 @@ public function attachListeners(SharedEventManagerInterface $sharedEventManager)
'Omeka\Controller\Admin\ResourceTemplate',
'Omeka\Controller\Admin\Media',
'Omeka\Controller\Admin\Asset',
'Omeka\Controller\SiteAdmin\Index'
'Omeka\Controller\Admin\User',
'Omeka\Controller\SiteAdmin\Index',

];
foreach ($teamFilterable as $controller) {
Expand Down

0 comments on commit c4febdd

Please sign in to comment.