21 May
2024
21 May
'24
8:56 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36900 --- Comment #2 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Tomás Cohen Arazi from comment #1)
Right now it is the job's responsibility to manipulate the `data` column adding error messages. Which seems weird.
Weird but more flexible. We could however add more helpers to Koha::BackgroundJob to not need to deal with data directly. But personally I don't think we need a separate DB column for that. We could have a test on store to make sure data is a correct JSON encoded string. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.