Koha/koha-tmpl/intranet-tmpl/prog/js/vue
Jonathan Druart 1e231653ca
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 <pedro.amorim@ptfs-europe.com>

Bug 33491: Add a more specific class for the modal

We don't want to apply these CSS rules to other modals

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-05-15 08:53:45 -03:00
..
components Bug 33491: Do not apply style to agreement list view 2023-05-15 08:53:45 -03:00
composables
fetch Bug 33623: Move ULSearchParams into http-client.js 2023-05-05 09:13:21 -03:00
modules Bug 33064: Add a licenses option to the searchbar 2023-05-10 15:26:21 -03:00
routes Bug 32991: Agreements: Add delete dialog to show. Removed FormConfirmDelete component and routes 2023-03-10 11:15:32 -03:00
stores Bug 33408: Move providers into syspref array 2023-04-13 11:48:05 -03:00
messages.js Bug 32983: ERM - Retrieve AVs from an endpoint 2023-03-02 14:46:09 -03:00
vue-shims.d.ts