mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
committed by
Petr Vobornik
parent
1b1aad2b02
commit
2a00393712
@@ -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'
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user