Archived
1
0
Fork 0

app/controllers/backend/UserController.php: adding edit action.

This commit is contained in:
Henrik Hautakoski 2019-12-03 11:04:23 +01:00
parent e332e1a7e7
commit b1212f5310
No known key found for this signature in database
GPG key ID: 96765B12FEAC4745
4 changed files with 110 additions and 2 deletions

View file

@ -67,6 +67,12 @@ router:
backend-user-edit:
pattern: '/admin/user/{id:([0-9]+)}'
path: backend::user::edit
backend-user-status:
pattern: '/admin/user/{id:([0-9]+)}/{type}'
path:
module: backend
controller: user
action: status
backend-log:
pattern: '/admin/log{page:/?([0-9]+)?}'
path: backend::log::index