mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-28 15:08:41 +00:00
test fixes
This commit is contained in:
parent
66fa6b1061
commit
d7116a66ab
|
|
@ -51,17 +51,6 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/admin/module/settings/profile/settings.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\Profile\Controller\BackendController:viewProfileAdminSettings',
|
||||
'verb' => RouteVerb::GET,
|
||||
'permission' => [
|
||||
'module' => BackendController::NAME,
|
||||
'type' => PermissionType::READ,
|
||||
'state' => PermissionCategory::PROFILE,
|
||||
],
|
||||
],
|
||||
],
|
||||
'^.*/admin/module/settings/profile/create.*$' => [
|
||||
[
|
||||
'dest' => '\Modules\Profile\Controller\BackendController:viewProfileAdminCreate',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user