From 4cbc0826c9adc8441da14b7f64d614c5fecde789 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 2 Feb 2024 14:14:48 +0100 Subject: [PATCH] action-list.js: Update the history explicitly when closing col2 With https://github.com/Icinga/icingaweb2/pull/5179 this will not be done by default anymore --- public/js/action-list.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/js/action-list.js b/public/js/action-list.js index 69cab05a4..c176a0db7 100644 --- a/public/js/action-list.js +++ b/public/js/action-list.js @@ -126,6 +126,7 @@ && _this.icinga.loader.getLinkTargetFor($(target)).attr('id') === 'col2' ) { _this.icinga.ui.layout1col(); + _this.icinga.history.pushCurrentState(); _this.enableAutoRefresh('col1'); return; }