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 --- ipalib/plugins/internal.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ipalib/plugins') 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"), -- cgit