From b0a4c563cb3ce77329971f5f8d4c44674d6da83b 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 --- .../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 @@