summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install/ui/aci.js3
-rw-r--r--install/ui/test/aci_tests.js2
2 files changed, 4 insertions, 1 deletions
diff --git a/install/ui/aci.js b/install/ui/aci.js
index d65d3f884..21ffa718e 100644
--- a/install/ui/aci.js
+++ b/install/ui/aci.js
@@ -836,6 +836,9 @@ IPA.permission_target_policy = function (widget_name) {
additional: [
{
name: 'memberof'
+ },
+ {
+ name: 'attrs_multi'
}
]
},
diff --git a/install/ui/test/aci_tests.js b/install/ui/test/aci_tests.js
index c51107da4..4055120f2 100644
--- a/install/ui/test/aci_tests.js
+++ b/install/ui/test/aci_tests.js
@@ -282,7 +282,7 @@ test("Testing subtree target.", function() {
same(record.subtree[0], data.result.result.subtree, 'subtree set correctly');
- same(get_visible_rows(target_widget), ['memberof', 'subtree'], 'subtree row visible');
+ same(get_visible_rows(target_widget), ['memberof', 'subtree', 'attrs_multi'], 'subtree row visible');
});