Skip to content

Commit

Permalink
[project-base] admin with limited permissions now can use domain filt…
Browse files Browse the repository at this point in the history
…er (#2844)
  • Loading branch information
grossmannmartin committed Oct 4, 2023
1 parent 6a00a08 commit 178d8f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/config/packages/security.yaml
Expand Up @@ -436,6 +436,7 @@ security:
- { path: ^/%admin_url%/product-picker/, roles: ROLE_ADMIN }
- { path: ^/%admin_url%/_grid/, roles: ROLE_ADMIN }
- { path: ^/%admin_url%/multidomain/select-domain/, roles: ROLE_ADMIN }
- { path: ^/%admin_url%/multidomain/filter-domain/, roles: ROLE_ADMIN }
- { path: ^/%admin_url%/sso/, roles: ROLE_ADMIN }
- { path: ^/efconnect, roles: ROLE_ADMIN }
- { path: ^/elfinder, roles: ROLE_ADMIN }
Expand Down

0 comments on commit 178d8f9

Please sign in to comment.