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
This commit is contained in:
Endi Sukma Dewata
2012-01-05 09:10:11 -06:00
committed by Petr Vobornik
parent 1b1aad2b02
commit 2a00393712
7 changed files with 119 additions and 47 deletions

View File

@@ -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'
});
}