summaryrefslogtreecommitdiffstats
path: root/install/ui/entity.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-28 15:52:26 -0500
committerAdam Young <ayoung@redhat.com>2011-01-28 17:01:19 -0500
commitfd1d0857b5b559425668f38d85a7d607d0f35767 (patch)
tree771d613acb5bada684bbf766228aa0579d07ab18 /install/ui/entity.js
parent3625a1e88afd26e3694d33f3a491824ba0d1f9e3 (diff)
downloadfreeipa-fd1d0857b5b559425668f38d85a7d607d0f35767.tar.gz
freeipa-fd1d0857b5b559425668f38d85a7d607d0f35767.tar.xz
freeipa-fd1d0857b5b559425668f38d85a7d607d0f35767.zip
unmatched aciattrs
instead of reporting an error on unmatched aciattrs, append them to the table.
Diffstat (limited to 'install/ui/entity.js')
-rw-r--r--install/ui/entity.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/entity.js b/install/ui/entity.js
index ec4a2adc1..7f195a147 100644
--- a/install/ui/entity.js
+++ b/install/ui/entity.js
@@ -112,7 +112,7 @@ IPA.entity = function (spec) {
that.add_dialog = function(dialog) {
return that.dialog(dialog);
- }
+ };
that.dialog = function(dialog) {
dialog.entity_name = that.name;