From 1670e392e3d3251c46358d4d603107fa6f228720 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Fri, 17 Oct 2025 10:39:08 +0000 Subject: [PATCH] Bug 39320: (QA follow-up) Prevent full page reload when clicking a license MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomás Cohen Arazi --- .../Widgets/ERMLicensesNeedingAction.vue | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ModuleDashboard/Widgets/ERMLicensesNeedingAction.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ModuleDashboard/Widgets/ERMLicensesNeedingAction.vue index 4304247c62a..17096c5f8c2 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ModuleDashboard/Widgets/ERMLicensesNeedingAction.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ModuleDashboard/Widgets/ERMLicensesNeedingAction.vue @@ -5,6 +5,7 @@ ref="table" v-bind="tableOptions" :key="JSON.stringify(tableOptions)" + @show="goToLicense" /> @@ -12,6 +13,7 @@