Skip to content

Commit

Permalink
Fix: action names
Browse files Browse the repository at this point in the history
  • Loading branch information
rchavik committed Sep 17, 2020
1 parent d675601 commit ca78aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Users/config/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
]));

Croogo::hookAdminRowAction('Croogo/Users.Admin/Users/index', 'Reset Password', [
'prefix:Admin/plugin:Croogo%2fUsers/controller:Users/action:reset_password/:id' => [
'prefix:Admin/plugin:Croogo%2fUsers/controller:Users/action:resetPassword/:id' => [
'title' => false,
'options' => [
'icon' => 'unlock',
Expand Down

0 comments on commit ca78aa9

Please sign in to comment.