summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-29 22:08:27 -0500
committerAdam Young <ayoung@redhat.com>2011-01-29 22:08:27 -0500
commit20e742d355bf75bd8510c7ff2eb72cdf6e11d480 (patch)
treed8cc626ed51fb17511da4895fd1785367fa895a0
parent8df520294048f8a286fc98205c7a672b08feb04c (diff)
downloadfreeipa.git-20e742d355bf75bd8510c7ff2eb72cdf6e11d480.tar.gz
freeipa.git-20e742d355bf75bd8510c7ff2eb72cdf6e11d480.tar.xz
freeipa.git-20e742d355bf75bd8510c7ff2eb72cdf6e11d480.zip
populate attribute table for delegation add
-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) {