Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Jonathan Druart 5d8c6a36b8
Bug 32983: ERM - Retrieve AVs from an endpoint
Bug 32981 let us retrieve the authorised values from a REST API route,
instead of injecting them from the template. Let us that for the ERM module!

Test plan:
You will notice a "Loading" screen when refreshing the ERM module
Then you should not notice any other UI changes. Dropdown list should be
populated like before this patch.

Some technical notes:
I am expecting this to be slower than before, but it feels better to use
a REST API route to retrieve the AV
Future improvement will be to lazy load the AVs, to speed up the landing
page. However it needs more changes, and this gets big enough.
I would like to see a follow-up that move the code from ERM/Main.vue to
the authorised value store (I've failed at that), but that should
certainly be done after the lazy loading is implemented anyway)

Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-03-02 14:46:09 -03:00
..
acqui Bug 33003: Show the vendor type on vendor detail page 2023-03-02 09:37:42 -03:00
admin Bug 32803: EnableItemGroups and EnableItemGroupHolds options are wrong 2023-03-02 09:37:45 -03:00
authorities Bug 29173: (QA follow-up) Match pop-over sizes 2023-02-09 10:21:23 -03:00
basket Bug 16522: (follow-up) Remove HTML links from email 2023-01-30 12:10:12 -03:00
batch
catalogue Bug 32960: Add option "not checked out" to item search 2023-03-02 12:00:17 -03:00
cataloguing Bug 23656: Add cataloguing search bar to addbiblio 2023-02-24 17:52:32 -03:00
circ Bug 31563: (follow-up) Add missing TT filters 2023-02-27 08:38:30 -03:00
clubs
course_reserves Bug 20256: Use new methods 2023-02-02 11:59:26 -03:00
erm Bug 32983: ERM - Retrieve AVs from an endpoint 2023-03-02 14:46:09 -03:00
errors Bug 32973: Use template wrapper for breadcrumbs: about, main, and error page 2023-02-27 11:39:31 -03:00
ill Bug 32576: Replace panels with page-sections 2023-03-02 09:37:43 -03:00
installer
labels Bug 32933: Use val() instead of attr("value") when getting field values with jQuery 2023-02-21 09:11:17 -03:00
mana
members Bug 32576: Move page-section outside of table include 2023-03-02 09:37:42 -03:00
offline_circ
onboarding
patron_lists
patroncards Bug 32933: Use val() instead of attr("value") when getting field values with jQuery 2023-02-21 09:11:17 -03:00
plugins Bug 32644: Terminology: staff/intranet and biblio in plugins-home page 2023-01-31 09:39:07 -03:00
pos Bug 32409: Fix cashup searching with non latin-1 chars 2023-02-02 11:59:26 -03:00
recalls Bug 32688: Convert recalls awaiting pickup tabs to Bootstrap 2023-01-30 12:21:34 -03:00
reports Bug 32605: (follow-up) Additional fixes 2023-02-15 09:22:05 -03:00
reserve
reviews
rotating_collections
serials Bug 33014: (QA follow-up) Move filters before navigation in sidebar 2023-02-24 17:04:20 -03:00
services
suggestion Bug 33002: Restore "Archive selected" for archiving multiple suggestions 2023-02-21 09:10:45 -03:00
tags Bug 31768: Add tools toolbar to tags page 2023-02-07 10:31:12 -03:00
test
tools Bug 33015: Fix some 'Cancel' links to point to cataloging start page 2023-02-27 11:38:16 -03:00
virtualshelves Bug 32933: Use val() instead of attr("value") when getting field values with jQuery 2023-02-21 09:11:17 -03:00
about.tt Bug 32973: Use template wrapper for breadcrumbs: about, main, and error page 2023-02-27 11:39:31 -03:00
auth.tt
intranet-main.tt Bug 32973: Use template wrapper for breadcrumbs: about, main, and error page 2023-02-27 11:39:31 -03:00