summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-12-21 13:37:23 -0500
committerAdam Young <ayoung@redhat.com>2010-12-21 13:37:23 -0500
commit2cb53ec8d0271c8db0f09203fdc60878a66cbdb6 (patch)
tree0a95f33093dbc5ecd0f98ef4748d7a228d6c9481
parent4d6cd892581d6ce402feb3351c6cb41b932a54f5 (diff)
downloadfreeipa-2cb53ec8d0271c8db0f09203fdc60878a66cbdb6.tar.gz
freeipa-2cb53ec8d0271c8db0f09203fdc60878a66cbdb6.tar.xz
freeipa-2cb53ec8d0271c8db0f09203fdc60878a66cbdb6.zip
populate the group select upon initial creation
Fixes the delegation add dialog
-rw-r--r--install/static/aci.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/aci.js b/install/static/aci.js
index d536e34f7..f31449f02 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(){