From a7f9814ab702cfa42988e47e80f44b57a195ad1e Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Mon, 16 May 2011 14:40:09 -0500 Subject: Read-only association facet. The IPA.association_facet has been modified to take a read_only parameters. If the parameter is set to true, the Enroll and Delete buttons will not be shown. All facets under the memberindirect and memberofindirect facet groups are marked as read-only. Ticket #1030 --- install/ui/test/data/i18n_messages.json | 2 +- install/ui/test/data/ipa_init.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'install/ui/test') diff --git a/install/ui/test/data/i18n_messages.json b/install/ui/test/data/i18n_messages.json index f40cba0e..7a1d498e 100644 --- a/install/ui/test/data/i18n_messages.json +++ b/install/ui/test/data/i18n_messages.json @@ -9,7 +9,7 @@ "association": { "add": "Add ${other_entity} into ${entity} ${primary_key}", "member": "${other_entity} enrolled in ${entity} ${primary_key}", - "parent": "${entity} ${primary_key} is enrolled in the following ${other_entity}", + "memberof": "${entity} ${primary_key} is enrolled in the following ${other_entity}", "remove": "Remove ${other_entity} from ${entity} ${primary_key}" }, "buttons": { diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 4e4f0623..84eecba7 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -9963,7 +9963,7 @@ "association": { "add": "Add ${other_entity} into ${entity} ${primary_key}", "member": "${other_entity} enrolled in ${entity} ${primary_key}", - "parent": "${entity} ${primary_key} is enrolled in the following ${other_entity}", + "memberof": "${entity} ${primary_key} is enrolled in the following ${other_entity}", "remove": "Remove ${other_entity} from ${entity} ${primary_key}" }, "buttons": { -- cgit