From 2cb53ec8d0271c8db0f09203fdc60878a66cbdb6 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 21 Dec 2010 13:37:23 -0500 Subject: populate the group select upon initial creation Fixes the delegation add dialog --- install/static/aci.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/static/aci.js') diff --git a/install/static/aci.js b/install/static/aci.js index d536e34f..f31449f0 100644 --- a/install/static/aci.js +++ b/install/static/aci.js @@ -179,7 +179,7 @@ IPA.entity_select_widget = function(spec){ return false; } }).appendTo(dd); - + populate_select(); } var value = ''; that.reset = function(){ -- cgit