From bb45e51809756b7e56f2a3103e17b40a6dcf6ab0 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Thu, 28 Jul 2011 22:25:26 -0400 Subject: use other_entity for adder columns delay creation of the table until the columns have been set https://fedorahosted.org/freeipa/ticket/1544 --- install/ui/association.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/association.js') diff --git a/install/ui/association.js b/install/ui/association.js index 83b7a392..5b8a311a 100644 --- a/install/ui/association.js +++ b/install/ui/association.js @@ -715,7 +715,7 @@ IPA.association_facet = function (spec) { factory = IPA.column; spec = { name: spec }; } - spec.entity = that.entity; + spec.entity_name = that.other_entity; column = factory(spec); that.add_adder_column(column); return column; -- cgit