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/rule.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/rule.js') diff --git a/install/ui/rule.js b/install/ui/rule.js index e8be46ac..720df3c0 100644 --- a/install/ui/rule.js +++ b/install/ui/rule.js @@ -122,7 +122,7 @@ IPA.rule_association_table_widget = function(spec) { name: that.external, label: IPA.messages.objects.sudorule.external, entity: that.other_entity, - format: IPA.boolean_format, + format: IPA.boolean_format(), width: '200px' }); } -- cgit