https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30462
--- Comment #5 from Jonathan Druart <[email protected]> --- Created attachment 135570 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=135570&action=edit B Bug 30462: Delete the update_elastic_index jobs when done One entry per reindexation will generate a lot of rows in this table and the UI will become unusable. We should either hide them by default or simply remove them from the DB. This patch implements the second option. Test plan: Edit a bibliographic record If you are fast enough you should see a "new" jobs in the background_jobs DB table When done/finished, the rows will be deleted from the DB -- You are receiving this mail because: You are the assignee for the bug. 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/
