Koha/koha-tmpl/intranet-tmpl/prog/js/vue
Pedro Amorim 7e87e39040
Bug 34691: Fix linkActiveClass in createRouter
Test plan:
1) Visit /cgi-bin/koha/erm/agreements/add
2) Notice the "Agreements" menu item is not active
3) Apply the tests patch only
4) Run tests, watch them fail
5) Apply this patch, restart yarn js:watch and hard refresh browser
6) Repeat steps 1) and 2) Verify it's now active
7) Run tests, watch them pass

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-09-01 11:23:32 -03:00
..
components Bug 34466: Add listener to enable or disable clear filter button on KohaTable.vue 2023-09-01 11:07:33 -03:00
composables Bug 33625: Pretty .js files for vue 2023-05-16 11:38:04 +02:00
fetch Bug 34448: Update the way we handle response in http-client.js 2023-09-01 11:23:22 -03:00
i18n Bug 33169: (QA follow-up) Tidy Vue-related files 2023-06-23 10:01:02 -03:00
modules Bug 34691: Fix linkActiveClass in createRouter 2023-09-01 11:23:32 -03:00
routes Bug 33169: (QA follow-up) Tidy Vue-related files 2023-06-23 10:01:02 -03:00
stores Bug 34418: Replace dynamic parameter on unnamed route node 2023-09-01 11:23:28 -03:00
messages.js Bug 33625: Pretty .js files for vue 2023-05-16 11:38:04 +02:00
vue-shims.d.ts