Koha/koha-tmpl/intranet-tmpl/prog/js/vue
Jonathan Druart c564c8a696
Bug 32728: ERM - Update search header depending on navigation
Search header should change to match the section you are in.

Default is "agreement". If you are in "local titles" or "local
packages", the header will be positionned on the relevant tab.

To replicate:

1. Enable the ERM module: ERMModule system preference.
2. Go to the ERM module: Home > E-resource management.
3. Select the options from the sidebar menu (Agreements, Packages and Titles),
   and note that the ERM search header options don't change.
4. Add a minimal agreement, package and title.
5. Change the search header to another option, for example 'Search titles',
   then perform a search. Note that:
   - the appropriate sidebar menu option is highlighted, for example: 'Titles'
   - the search header changes back to 'Agreement search'
6. Apply patch, run yarn build
7. Verify the search options are now switched when moving between pages

Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-02-24 16:40:37 -03:00
..
components/ERM Bug 32898: ERM - Improve fetch 2023-02-21 09:10:14 -03:00
composables Bug 32030: Filter by expired agreements 2022-11-08 09:44:21 -03:00
stores Bug 32030: Add lib for agreement's relationships values 2022-11-08 09:44:52 -03:00
fetch.js Bug 32898: Remove unecessary async/await 2023-02-21 09:10:14 -03:00
main-erm.ts Bug 32728: ERM - Update search header depending on navigation 2023-02-24 16:40:37 -03:00
messages.js
routes.js Bug 32147: Capitalization: E-Resource management 2022-11-16 08:46:20 -03:00
vue-shims.d.ts