[Freeipa-devel] [PATCH] one liner to re-add in user associations

Adam Young adam at younglogic.com
Wed Jan 5 03:59:53 UTC 2011


commit 3390319f4c79564ab579bfbc1e341defb5299e50
Author: Adam Young <ayoung at redhat.com>
Date:   Tue Jan 4 22:58:27 2011 -0500

     user associations
     user associations had been removed.  This adds them back in.

diff --git a/install/static/user.js b/install/static/user.js
index 1a2ab44..c0e6fae 100644
--- a/install/static/user.js
+++ b/install/static/user.js
@@ -69,7 +69,7 @@ function ipa_user(){
            entity.create_association_facets();
            but we are currently defining the associator using the global
            function after the registration of the entity */
-
+      that.create_association_facets();

          that.entity_init();
      };




More information about the Freeipa-devel mailing list