summaryrefslogtreecommitdiffstats
path: root/install/ui/associate.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-31 19:17:39 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-01-31 20:42:09 -0500
commita7e89190fae68633ecfe0c0d8c5d7702b123c0fd (patch)
tree8522ab90133f155b0664e765bc1a7b01a05699c0 /install/ui/associate.js
parent41abde260411f79447c8af633523182b9d7ef7d6 (diff)
downloadfreeipa.git-a7e89190fae68633ecfe0c0d8c5d7702b123c0fd.tar.gz
freeipa.git-a7e89190fae68633ecfe0c0d8c5d7702b123c0fd.tar.xz
freeipa.git-a7e89190fae68633ecfe0c0d8c5d7702b123c0fd.zip
association fixes
PLaces custom association facets into the proper facet groups usesthe associators if they are specifiedfor an association
Diffstat (limited to 'install/ui/associate.js')
-rw-r--r--install/ui/associate.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/install/ui/associate.js b/install/ui/associate.js
index 9fc90723..bdb10337 100644
--- a/install/ui/associate.js
+++ b/install/ui/associate.js
@@ -699,8 +699,9 @@ IPA.association_facet = function (spec) {
var relationships = IPA.metadata[that.entity_name].relationships;
var relationship = relationships[that.attribute_member];
- if (!relationship)
+ if (!relationship){
relationship = ['', '', ''];
+ }
/* TODO: I18N and some generic handling of different relationships */
var header_message = '';