When using the search input field on top of the data providers result list table, the search gets stuck in "Processing". To test: - 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 the "Processing" appears, but doesn't go away In the developer tools it shows: Uncaught TypeError: col.data is undefined This was confirmed in main and 24.11.
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