https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42188 --- Comment #23 from Lisette Scheer <lisette@bywatersolutions.com> --- Created attachment 198056 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198056&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> Signed-off-by: Lisette Scheer <lisette@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.