https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42188 --- Comment #17 from David Nind <david@davidnind.com> --- Created attachment 198043 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198043&action=edit Bug 42188: Use to_json for biblio action log info column Replace Dumper with to_json for the biblio info column in logaction, fixing UTF-8 encoding and extending coverage to ADD and DELETE actions which previously logged only the literal string "biblio". All three actions (ADD, MODIFY, DELETE) now log "biblio " followed by a pretty-printed JSON representation of the relevant state: pre-change for MODIFY, new state for ADD, and deleted state for DELETE. Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.