diff --git a/install/ui/aci.js b/install/ui/aci.js index e9599d56c..047c75f66 100644 --- a/install/ui/aci.js +++ b/install/ui/aci.js @@ -63,6 +63,10 @@ IPA.attribute_table_widget = function(spec) { }}) })). append('Attribute'); + if (that.object_type){ + that.populate (that.object_type); + } + }; that.load = function(record) {