Skip to content

Commit

Permalink
IBX-6587: Limited dashboard routes to admin SiteAccesses (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikadamczyk authored Jan 30, 2024
1 parent c601a78 commit f10ce09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ibexa/commerce/4.6/config/routes/ibexa_dashboard.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
ibexa.dashboard:
resource: '@IbexaDashboardBundle/Resources/config/routing/admin.yaml'
defaults:
siteaccess_group_whitelist: '%admin_group_name%'
2 changes: 2 additions & 0 deletions ibexa/experience/4.6/config/routes/ibexa_dashboard.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
ibexa.dashboard:
resource: '@IbexaDashboardBundle/Resources/config/routing/admin.yaml'
defaults:
siteaccess_group_whitelist: '%admin_group_name%'

0 comments on commit f10ce09

Please sign in to comment.