From 0e8b57b08988f0121348e30a6d8aafe2aad07759 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Mon, 5 Dec 2011 16:23:38 +0100 Subject: Search facets show translated boolean values Created format method for getting translated messages for boolean values - IPA.boolean_format. Used in hosts, sudo rules, hbac rules and hbac test. https://fedorahosted.org/freeipa/ticket/2027 --- install/ui/hbac.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'install/ui/hbac.js') diff --git a/install/ui/hbac.js b/install/ui/hbac.js index 21333fa7..3d2124e4 100644 --- a/install/ui/hbac.js +++ b/install/ui/hbac.js @@ -40,7 +40,10 @@ IPA.hbac.rule_entity = function(spec) { search_all: true, columns: [ 'cn', - 'ipaenabledflag', + { + name: 'ipaenabledflag', + format: IPA.boolean_format + }, 'description' ] }). -- cgit