summaryrefslogtreecommitdiffstats
path: root/install/ui/association.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/association.js')
-rw-r--r--install/ui/association.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/association.js b/install/ui/association.js
index 83b7a3923..5b8a311ae 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;