https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42188 --- Comment #14 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- (In reply to Janusz Kaczmarek from comment #8)
It seems to me that storing data in the Info field on ADD is inconsistent with the general principle that, for biblio, authorities, and items, this column contains the record state *before* modification. I think that, as before, in the case of ADD this content should be empty.
Hmm, yes, this was an unintentional side effect.. I've dropped it again in the followup.
On the other hand, adding Info on DELETE is valuable -- an ordinary librarian no longer needs to refer to deletedbiblio_metadata.
This one was intentional, and I've left it in :)
What do we think about continuing to store the data here, as before, using as_formatted, given that the overhead is small? Or perhaps we could transform the Info data on the fly, just for display, into a more human-readable format?
I need to keep the structure format for generating the diff so the easiest approach here was to improve the rendering in viewlog.. see follow-up for that :) -- You are receiving this mail because: You are watching all bug changes.