This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch 4.11
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.11 by this push:
new f1efcc1 ui: reset multiselect actions when refreshing listView in
Instance page (#3359)
f1efcc1 is described below
commit f1efcc1af6d6d466904780cc42af3dc5ded138fb
Author: smlshn <[email protected]>
AuthorDate: Thu May 30 09:08:14 2019 +0300
ui: reset multiselect actions when refreshing listView in Instance page
(#3359)
Enables the toolbar to reset to its initial state after any
multiSelectAction completed.
Fixes #3337
---
ui/scripts/ui/widgets/listView.js | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ui/scripts/ui/widgets/listView.js
b/ui/scripts/ui/widgets/listView.js
index 688b77d..74c536e 100644
--- a/ui/scripts/ui/widgets/listView.js
+++ b/ui/scripts/ui/widgets/listView.js
@@ -2494,6 +2494,8 @@
this.data('view-args').sections[activeSection].listView :
this.data('view-args').listView;
+ toggleMultiSelectActions(this, false);
+
loadBody(
this.find('table:last'),
listViewArgs.dataProvider,