summaryrefslogtreecommitdiffstats
path: root/install/ui/sudo.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2011-08-18 13:46:44 +0200
committerEndi S. Dewata <edewata@redhat.com>2011-08-19 20:54:22 +0000
commit4a72593893f9037aafb8549e342c14f8bf34e1ae (patch)
treeac04b6f6fc8f70ee696faa67f5f6e88df5631307 /install/ui/sudo.js
parent92780658b8149b87f1c0cab373b814c09de68975 (diff)
downloadfreeipa-4a72593893f9037aafb8549e342c14f8bf34e1ae.tar.gz
freeipa-4a72593893f9037aafb8549e342c14f8bf34e1ae.tar.xz
freeipa-4a72593893f9037aafb8549e342c14f8bf34e1ae.zip
Uncheck checkboxes in association after deletion
https://fedorahosted.org/freeipa/ticket/1639
Diffstat (limited to 'install/ui/sudo.js')
-rw-r--r--install/ui/sudo.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/sudo.js b/install/ui/sudo.js
index 280bec474..095480a9a 100644
--- a/install/ui/sudo.js
+++ b/install/ui/sudo.js
@@ -1139,6 +1139,7 @@ IPA.sudorule_association_table_widget = function(spec) {
$.merge(that.values, external_values);
}
that.reset();
+ that.unselect_all();
};
return that;