From 2a00393712eb490b23604399ea8318b3b4cca118 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Thu, 5 Jan 2012 09:10:11 -0600 Subject: 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 --- install/ui/sudo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/sudo.js') diff --git a/install/ui/sudo.js b/install/ui/sudo.js index eb51fd03..eb356990 100644 --- a/install/ui/sudo.js +++ b/install/ui/sudo.js @@ -40,7 +40,7 @@ IPA.sudo.rule_entity = function(spec) { 'cn', { name: 'ipaenabledflag', - format: IPA.boolean_format + format: IPA.boolean_format() }, 'description' ] -- cgit