From a2732cf219c70b308af0eae8d9f1f8a0286df7f9 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 2 May 2023 10:18:59 +0200 Subject: [PATCH] Bug 33491: Do not apply style to agreement list view We removed the 'scoped' attribute and so the style rules added in the previous patch were applied to the agreement list view. Why is 'scoped' not working is the main question here (?) but adding a more specific selector to aim only the component (AgreementsList) from the modal is a quick solution. Signed-off-by: Pedro Amorim --- .../vue/components/ERM/EHoldingsEBSCOPackageAgreements.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOPackageAgreements.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOPackageAgreements.vue index 1946711b75..7264dc72fc 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOPackageAgreements.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOPackageAgreements.vue @@ -151,13 +151,13 @@ export default { -- 2.30.2