[Freeipa-devel] [PATCH] populate the group select upon initial creation

Adam Young ayoung at redhat.com
Tue Dec 21 18:39:24 UTC 2010


commit 2cb53ec8d0271c8db0f09203fdc60878a66cbdb6
Author: Adam Young <ayoung at redhat.com>
Date:   Tue Dec 21 13:37:23 2010 -0500

     populate the group select upon initial creation
     Fixes the delegation add dialog

diff --git a/install/static/aci.js b/install/static/aci.js
index d536e34..f31449f 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(){


Pushed under the one liner rule.




More information about the Freeipa-devel mailing list