From d6d24be28953f2ec3cf1f2400619fd61459cf45f Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 11 Nov 2011 22:33:05 -0600 Subject: Refactored permission target section. The permission target section has been modified to use widgets to create the target selection and handle multiple fields. Ticket #2098 --- install/ui/test/aci_tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/test/aci_tests.js') diff --git a/install/ui/test/aci_tests.js b/install/ui/test/aci_tests.js index 10b76aef..2ff1acdd 100644 --- a/install/ui/test/aci_tests.js +++ b/install/ui/test/aci_tests.js @@ -37,7 +37,7 @@ module('aci',{ ); target_container = $('
').appendTo(document.body); - target_section = IPA.target_section({ + target_section = IPA.permission_target_section({ name: 'target', label: 'Target', entity:entity -- cgit