Koha/koha-tmpl/intranet-tmpl/prog/js/vue
Matt Blenkinsop 7cc6ae331d
Bug 33422: (bug 32728 follow-up) ERM - Update search header depending on navigation
This patch removes reference to a non-existent id ("ui-id-X") and replaces it with new ids specific to agreements, titles and packages.

Test plan:
1) Apply patch
2) Navigate between Agreements, Packages, Titles using the sidebar. The search bar should change each time to match the section
3) Add some agreemens, packages, titles
4) Perform a search using the different search bar options. Each time it should take you to the correct page with the search activated in the KohaTable. The navbar should also be highlighted to match the correct section and the top search bar should also show the correct section

Signed-off-by: David Nind <david@davidnind.com>

JD Amended commit message: link with 32728
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-04-06 09:29:29 -03:00
..
components Bug 33381: Fix sidemenu active and hover styling 2023-04-06 09:29:14 -03:00
composables Bug 32030: Filter by expired agreements 2022-11-08 09:44:21 -03:00
fetch Bug 32807: Fetch count instead of all entries for agreements and licenses 2023-03-27 12:50:00 +02:00
modules Bug 33422: (bug 32728 follow-up) ERM - Update search header depending on navigation 2023-04-06 09:29:29 -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 32991: Don't remove all messages when confirm box is closed 2023-03-10 11:15:34 -03:00
messages.js Bug 32983: ERM - Retrieve AVs from an endpoint 2023-03-02 14:46:09 -03:00
vue-shims.d.ts