summaryrefslogtreecommitdiffstats
path: root/install/static/test
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2010-12-02 17:16:34 -0600
committerAdam Young <ayoung@redhat.com>2010-12-03 12:57:43 -0500
commit867ac1f03d77d72b25037ddf7cacccf407ff531e (patch)
tree8f10115d1a6a0aa2b3e7099223bac2d48dfe12f8 /install/static/test
parent929cd858052f337f5edd2749426e6bf458fa54f4 (diff)
downloadfreeipa-867ac1f03d77d72b25037ddf7cacccf407ff531e.tar.gz
freeipa-867ac1f03d77d72b25037ddf7cacccf407ff531e.tar.xz
freeipa-867ac1f03d77d72b25037ddf7cacccf407ff531e.zip
Fixed association links
The create_association_facets() has been modified such that it does not generate duplicate links. This is done by assigning the proper labels and hiding non-assignable associations. Each association will get a label based on the attribute used: - memberof: Membership in <entity name> - member.*: <entity name> Members - managedby: Managed by <entity name> The following associations will be hidden: - memberindirect - enrolledby The internal.py was modified to return localized labels. The test data has been updated.
Diffstat (limited to 'install/static/test')
-rw-r--r--install/static/test/data/ipa_init.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/install/static/test/data/ipa_init.json b/install/static/test/data/ipa_init.json
index b868df883..26c7e7303 100644
--- a/install/static/test/data/ipa_init.json
+++ b/install/static/test/data/ipa_init.json
@@ -4846,6 +4846,11 @@
"ajax": {
"401": "Your kerberos ticket no longer valid.Please run KInit and then click 'retry'If this is your first time running the IPA Web UI<a href='/ipa/errors/ssbrowser.html'> Follow these directions</a> to configure your browser."
},
+ "association": {
+ "managedby": "Managed by",
+ "members": "Members",
+ "membershipin": "Membership in"
+ },
"button": {
"add": "Add",
"enroll": "Enroll",