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:56:06 +0000
commit9363260ca0d10cfeff902f7241c731680074550d (patch)
tree431ee87ed5a770b8fcc3754f8ddee2a0f86b9318 /install/ui/association.js
parent4797cddbd0ac922d03943d63ef9ff131e67c71e4 (diff)
downloadfreeipa-9363260ca0d10cfeff902f7241c731680074550d.tar.gz
freeipa-9363260ca0d10cfeff902f7241c731680074550d.tar.xz
freeipa-9363260ca0d10cfeff902f7241c731680074550d.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() {