Skip to content

Commit 2e2b053

Browse files
committed
action-list.js: Update the history explicitly when closing col2
With Icinga/icingaweb2#5179 this will not be done by default anymore
1 parent 706cd88 commit 2e2b053

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: public/js/action-list.js

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
&& _this.icinga.loader.getLinkTargetFor($(target)).attr('id') === 'col2'
127127
) {
128128
_this.icinga.ui.layout1col();
129+
_this.icinga.history.pushCurrentState();
129130
_this.enableAutoRefresh('col1');
130131
return;
131132
}

0 commit comments

Comments
 (0)