From 20e742d355bf75bd8510c7ff2eb72cdf6e11d480 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Sat, 29 Jan 2011 22:08:27 -0500 Subject: populate attribute table for delegation add --- install/ui/aci.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install/ui/aci.js') 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('Attribute'); + if (that.object_type){ + that.populate (that.object_type); + } + }; that.load = function(record) { -- cgit