https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42188

--- Comment #7 from Martin Renvoize (ashimema) 
<[email protected]> ---
Created attachment 196447
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196447&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.

-- 
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/

Reply via email to