app/config/routes.yml: Add "status" to the url for backend-user-status route.
This commit is contained in:
parent
2e98191d56
commit
ff15ee697c
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ router:
|
||||||
pattern: '/admin/user/{id:([0-9]+)}/activation'
|
pattern: '/admin/user/{id:([0-9]+)}/activation'
|
||||||
path: backend::user::activation-email
|
path: backend::user::activation-email
|
||||||
backend-user-status:
|
backend-user-status:
|
||||||
pattern: '/admin/user/{id:([0-9]+)}/{type}'
|
pattern: '/admin/user/{id:([0-9]+)}/status/{type}'
|
||||||
path:
|
path:
|
||||||
module: backend
|
module: backend
|
||||||
controller: user
|
controller: user
|
||||||
|
|
|
||||||
Reference in a new issue