Skip to content

Commit f1efcc1

Browse files
smlshnyadvr
authored andcommitted
ui: reset multiselect actions when refreshing listView in Instance page (apache#3359)
Enables the toolbar to reset to its initial state after any multiSelectAction completed. Fixes apache#3337
1 parent 8e43d25 commit f1efcc1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ui/scripts/ui/widgets/listView.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2494,6 +2494,8 @@
24942494
this.data('view-args').sections[activeSection].listView :
24952495
this.data('view-args').listView;
24962496

2497+
toggleMultiSelectActions(this, false);
2498+
24972499
loadBody(
24982500
this.find('table:last'),
24992501
listViewArgs.dataProvider,

0 commit comments

Comments
 (0)