summaryrefslogtreecommitdiffstats
path: root/install/ui/association.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/association.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/association.js')
-rw-r--r--install/ui/association.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/ui/association.js b/install/ui/association.js
index 37bc95fda..4ee4e72ce 100644
--- a/install/ui/association.js
+++ b/install/ui/association.js
@@ -457,6 +457,7 @@ IPA.association_table_widget = function (spec) {
that.load = function(result) {
that.values = result[that.name] || [];
that.reset();
+ that.unselect_all();
};
that.update = function() {
@@ -1107,6 +1108,7 @@ IPA.association_facet = function (spec) {
that.table.current_page = 1;
that.table.refresh();
+ that.table.unselect_all();
};
that.refresh = function() {