summaryrefslogtreecommitdiffstats
path: root/install/ui/hbac.js
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-01-05 09:10:11 -0600
committerPetr Vobornik <pvoborni@redhat.com>2012-01-06 15:25:43 +0100
commit2a00393712eb490b23604399ea8318b3b4cca118 (patch)
tree53af8579d526130441e018fa1e7a13de823e8b40 /install/ui/hbac.js
parent1b1aad2b02e57988b2e91a29305bd45f2059b91a (diff)
downloadfreeipa-2a00393712eb490b23604399ea8318b3b4cca118.tar.gz
freeipa-2a00393712eb490b23604399ea8318b3b4cca118.tar.xz
freeipa-2a00393712eb490b23604399ea8318b3b4cca118.zip
Added account status into user search facet.
The user search facet has been modified to show the account status. The IPA.boolean_format has been converted into a class to allow behavior customization. Ticket #1996
Diffstat (limited to 'install/ui/hbac.js')
-rw-r--r--install/ui/hbac.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/hbac.js b/install/ui/hbac.js
index 2a18396aa..3346d0b01 100644
--- a/install/ui/hbac.js
+++ b/install/ui/hbac.js
@@ -42,7 +42,7 @@ IPA.hbac.rule_entity = function(spec) {
'cn',
{
name: 'ipaenabledflag',
- format: IPA.boolean_format
+ format: IPA.boolean_format()
},
'description'
]