populate attribute table for delegation add

This commit is contained in:
Adam Young 2011-01-29 22:08:27 -05:00
parent 8df5202940
commit 20e742d355

View File

@ -63,6 +63,10 @@ IPA.attribute_table_widget = function(spec) {
}}) }})
})). })).
append('<th class="aci-attribute-column">Attribute</th>'); append('<th class="aci-attribute-column">Attribute</th>');
if (that.object_type){
that.populate (that.object_type);
}
}; };
that.load = function(record) { that.load = function(record) {