https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30462
Tomás Cohen Arazi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #135570|0 |1 is obsolete| | --- Comment #7 from Tomás Cohen Arazi <[email protected]> --- Created attachment 135583 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=135583&action=edit 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 Signed-off-by: Tomas Cohen Arazi <[email protected]> -- 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/
