diff options
author | Adam Young <ayoung@redhat.com> | 2011-01-29 22:08:27 -0500 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-01-29 22:08:27 -0500 |
commit | 20e742d355bf75bd8510c7ff2eb72cdf6e11d480 (patch) | |
tree | d8cc626ed51fb17511da4895fd1785367fa895a0 /install/ui/aci.js | |
parent | 8df520294048f8a286fc98205c7a672b08feb04c (diff) | |
download | freeipa-20e742d355bf75bd8510c7ff2eb72cdf6e11d480.tar.gz freeipa-20e742d355bf75bd8510c7ff2eb72cdf6e11d480.tar.xz freeipa-20e742d355bf75bd8510c7ff2eb72cdf6e11d480.zip |
populate attribute table for delegation add
Diffstat (limited to 'install/ui/aci.js')
-rw-r--r-- | install/ui/aci.js | 4 |
1 files changed, 4 insertions, 0 deletions
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('<th class="aci-attribute-column">Attribute</th>'); + if (that.object_type){ + that.populate (that.object_type); + } + }; that.load = function(record) { |