https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42188
--- Comment #8 from Janusz Kaczmarek <[email protected]> --- 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. Otherwise, after the first modification, we end up with exactly the same record state in Info. On the other hand, adding Info on DELETE is valuable -- an ordinary librarian no longer needs to refer to deletedbiblio_metadata. 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? -- 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/
