From a7e89190fae68633ecfe0c0d8c5d7702b123c0fd Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 31 Jan 2011 19:17:39 -0500 Subject: association fixes PLaces custom association facets into the proper facet groups usesthe associators if they are specifiedfor an association --- install/ui/associate.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install/ui/associate.js') 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 = ''; -- cgit