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
This commit is contained in:
smlshn 2019-05-30 09:08:14 +03:00 committed by Rohit Yadav
parent 8e43d258f3
commit f1efcc1af6
1 changed files with 2 additions and 0 deletions

View File

@ -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,