https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36900
--- Comment #2 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ 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/
