Summary: | Datatables search for data providers is broken | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | ERM | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | Pushed to main --- | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | major | ||
Priority: | P5 - low | CC: | clemens.tubach, jonathan.druart, jonathan.field, lucas, m.de.rooy, martin.renvoize, matt.blenkinsop, michaela.sieber, pedro.amorim |
Version: | Main | Keywords: | release-notes-needed |
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40199 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
25.11.00
|
Circulation function: | |
Attachments: |
Bug 40198: Restore data provider search
Bug 40198: Fix translatability issue for Active and Inactive Bug 40198: Restore data provider search Bug 40198: Fix translatability issue for Active and Inactive Bug 40198: Restore data provider search Bug 40198: Fix translatability issue for Active and Inactive |
Description
Katrin Fischer
2025-06-20 10:29:00 UTC
Created attachment 184584 [details] [review] Bug 40198: Restore data provider search Uncaught TypeError: col.data is undefined This patch removes the ability to * search by status * search or sort by "last run" But fix the JS error that will restore the other features Test plan: - Activate the ERMModule via the system preference - Add at least one data provider - In the list of data providers, type anything in the general search field on top => Confirm that you can use the different features of the table without JS errors Created attachment 184585 [details] [review] Bug 40198: Fix translatability issue for Active and Inactive Created attachment 184592 [details] [review] Bug 40198: Restore data provider search Uncaught TypeError: col.data is undefined This patch removes the ability to * search by status * search or sort by "last run" But fix the JS error that will restore the other features Test plan: - Activate the ERMModule via the system preference - Add at least one data provider - In the list of data providers, type anything in the general search field on top => Confirm that you can use the different features of the table without JS errors Signed-off-by: Michaela <michaela.sieber@kit.edu> Created attachment 184593 [details] [review] Bug 40198: Fix translatability issue for Active and Inactive Signed-off-by: Michaela <michaela.sieber@kit.edu> Created attachment 184620 [details] [review] Bug 40198: Restore data provider search Uncaught TypeError: col.data is undefined This patch removes the ability to * search by status * search or sort by "last run" But fix the JS error that will restore the other features Test plan: - Activate the ERMModule via the system preference - Add at least one data provider - In the list of data providers, type anything in the general search field on top => Confirm that you can use the different features of the table without JS errors Signed-off-by: Michaela <michaela.sieber@kit.edu> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Created attachment 184621 [details] [review] Bug 40198: Fix translatability issue for Active and Inactive Signed-off-by: Michaela <michaela.sieber@kit.edu> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Nice work everyone! Pushed to main for 25.11 |