summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--install/ui/aci.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/install/ui/aci.js b/install/ui/aci.js
index e9599d56..047c75f6 100644
--- a/install/ui/aci.js
+++ b/install/ui/aci.js
@@ -63,6 +63,10 @@ IPA.attribute_table_widget = function(spec) {
}})
})).
append('<th class="aci-attribute-column">Attribute</th>');
+ if (that.object_type){
+ that.populate (that.object_type);
+ }
+
};
that.load = function(record) {