summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/user.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/user.js')
-rw-r--r--install/ui/src/freeipa/user.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/install/ui/src/freeipa/user.js b/install/ui/src/freeipa/user.js
index bc608d8a..42237789 100644
--- a/install/ui/src/freeipa/user.js
+++ b/install/ui/src/freeipa/user.js
@@ -67,11 +67,11 @@ IPA.user.entity = function(spec) {
],
actions: [
{
- $factory: IPA.batch_disable_action,
+ $type: 'batch_disable',
hide_cond: ['self-service']
},
{
- $factory: IPA.batch_enable_action,
+ $type: 'batch_enable',
hide_cond: ['self-service']
}
],
@@ -234,11 +234,11 @@ IPA.user.entity = function(spec) {
}
],
actions: [
- IPA.select_action,
- IPA.enable_action,
- IPA.disable_action,
- IPA.delete_action,
- IPA.user.reset_password_action
+ 'select',
+ 'enable',
+ 'disable',
+ 'delete',
+ 'reset_password'
],
header_actions: ['select_action', 'enable', 'disable', 'delete'],
state: {