summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-07-09 13:39:14 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-07-21 10:47:06 +0200
commit4aefc0d6fe7a4879a9b8024eb7424b4dfa5fa7ca (patch)
tree8b1adc123868da871491d03a5953dfaaa6c0d4c9 /ipalib
parent9fa447cb6e5f1476072cf167eec8502cfc3e38e3 (diff)
downloadfreeipa-4aefc0d6fe7a4879a9b8024eb7424b4dfa5fa7ca.tar.gz
freeipa-4aefc0d6fe7a4879a9b8024eb7424b4dfa5fa7ca.tar.xz
freeipa-4aefc0d6fe7a4879a9b8024eb7424b4dfa5fa7ca.zip
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 <edewata@redhat.com>
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/internal.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 6d925c5c2..1a8d9cad3 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -518,6 +518,8 @@ class i18n_messages(Command):
"enable": "Enable token",
},
"permission": {
+ "add_custom_attr": _("Add custom attribute"),
+ "attribute": _("Attribute"),
"filter": _("Filter"),
"identity": _("Permission settings"),
"managed": _("Attribute breakdown"),