https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32493
Bug ID: 32493
Summary: Vendor store loads unpaginated vendor list on ERM
module main page
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: ERM
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected],
[email protected],
[email protected],
[email protected]
Work is in progress to implement pagination on select dropdowns to avoid
loading large lists of data for select options. However, in the ERMMain
component there is an API call to fetch all the vendors and then load these
into a Pinia store. This vendor store is then used in tables throughout ERM.
The store should probably be removed and a different solution found for
fetching the data for those tables to avoid a slow initial load of the ERM
module.
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/