From 4aefc0d6fe7a4879a9b8024eb7424b4dfa5fa7ca Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 9 Jul 2014 13:39:14 +0200 Subject: webui: custom attr in attributes widget Web UI doesn't always know what are the possible attributes for target object. This will allow to add custom attributes if necessary. https://fedorahosted.org/freeipa/ticket/4253 Reviewed-By: Endi Sukma Dewata --- install/ui/test/data/ipa_init.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install/ui/test/data') diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index a6a3acd4c..8a482134d 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -374,6 +374,8 @@ "enable": "Enable token" }, "permission": { + "add_custom_attr": "Add custom attribute", + "attribute": "Attribute", "filter": "Filter", "identity": "Permission settings", "managed": "Attribute breakdown", -- cgit