Skip to content

Commit 2260504

Browse files
author
roadiz-ci
committed
Merge branch hotfix/v2.6.24
1 parent 9886e92 commit 2260504

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config/routing/groups.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ groupsRemoveRolesPage:
1212
path: /edit/{id}/roles/{role}/remove
1313
defaults:
1414
_controller: RZ\Roadiz\RozierBundle\Controller\GroupController::removeRolesAction
15-
requirements: { id : "[0-9]+", role : "[A-Z_]+" }
15+
requirements: { id : "[0-9]+", role : "[A-Z0-9_]+" }
1616
groupsAddPage:
1717
path: /add
1818
defaults:

config/routing/users.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ usersRemoveRolesPage:
3232
path: /edit/{userId}/roles/{role}/remove
3333
defaults:
3434
_controller: RZ\Roadiz\RozierBundle\Controller\User\UserRoleController::removeRoleAction
35-
requirements: { userId : "[0-9]+", role : "[A-Z_]+" }
35+
requirements: { userId : "[0-9]+", role : "[A-Z0-9_]+" }
3636
usersEditGroupsPage:
3737
path: /edit/{userId}/groups
3838
defaults:

0 commit comments

Comments
 (0)