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

2011-01-05 Thread Adam Young

commit 3390319f4c79564ab579bfbc1e341defb5299e50
Author: Adam Young 
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();
 };

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


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

2011-01-04 Thread Adam Young

commit 3390319f4c79564ab579bfbc1e341defb5299e50
Author: Adam Young 
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();
 };

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel