-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Instead of throwing an exception we should make it configurable via permission:
admin-bundle/src/DataObject/GridColumnConfig/Operator/AnyGetter.php
Lines 43 to 45 in e60d49d
| if (!Admin::getCurrentUser()->isAdmin()) { | |
| throw new \Exception('AnyGetter only allowed for admin users'); | |
| } |
Reactions are currently unavailable