diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-05-16 14:40:09 -0500 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-05-16 21:05:49 -0400 |
commit | a7f9814ab702cfa42988e47e80f44b57a195ad1e (patch) | |
tree | 6ea1bb746d3a28cb39906f11b744cc26293a2363 /install/ui/test | |
parent | f9a8d772e35982bed1c39b286b3120b9b5f64c0c (diff) | |
download | freeipa.git-a7f9814ab702cfa42988e47e80f44b57a195ad1e.tar.gz freeipa.git-a7f9814ab702cfa42988e47e80f44b57a195ad1e.tar.xz freeipa.git-a7f9814ab702cfa42988e47e80f44b57a195ad1e.zip |
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
Diffstat (limited to 'install/ui/test')
-rw-r--r-- | install/ui/test/data/i18n_messages.json | 2 | ||||
-rw-r--r-- | install/ui/test/data/ipa_init.json | 2 |
2 files changed, 2 insertions, 2 deletions
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": { |