From 867ac1f03d77d72b25037ddf7cacccf407ff531e Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 2 Dec 2010 17:16:34 -0600 Subject: 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 - member.*: Members - managedby: Managed by The following associations will be hidden: - memberindirect - enrolledby The internal.py was modified to return localized labels. The test data has been updated. --- install/static/test/data/ipa_init.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'install/static/test') diff --git a/install/static/test/data/ipa_init.json b/install/static/test/data/ipa_init.json index b868df88..26c7e730 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 Follow these directions to configure your browser." }, + "association": { + "managedby": "Managed by", + "members": "Members", + "membershipin": "Membership in" + }, "button": { "add": "Add", "enroll": "Enroll", -- cgit