[Koha-bugs] [Bug 32493] New: Vendor store loads unpaginated vendor list on ERM module main page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 19 18:19:24 CET 2022


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: jonathan.druart+koha at gmail.com
          Reporter: matt.blenkinsop at ptfs-europe.com
                CC: jonathan.druart+koha at gmail.com,
                    jonathan.field at ptfs-europe.com,
                    martin.renvoize at ptfs-europe.com,
                    pedro.amorim at ptfs-europe.com

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.


More information about the Koha-bugs mailing list