summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-04 22:58:27 -0500
committerAdam Young <ayoung@redhat.com>2011-01-04 22:58:27 -0500
commit3390319f4c79564ab579bfbc1e341defb5299e50 (patch)
treeec3a3246b33c5aa06fa4960eea2d0b8716df184c /install
parent2f2c67cb59f1a797e6f2e0b033cb480489c0df0b (diff)
downloadfreeipa-3390319f4c79564ab579bfbc1e341defb5299e50.tar.gz
freeipa-3390319f4c79564ab579bfbc1e341defb5299e50.tar.xz
freeipa-3390319f4c79564ab579bfbc1e341defb5299e50.zip
user associations
user assocaitions had been removed. This adds them back in.
Diffstat (limited to 'install')
-rw-r--r--install/static/user.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/user.js b/install/static/user.js
index 1a2ab4445..c0e6faede 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();
};