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

--- Comment #45 from David Gustafsson <[email protected]> ---
(In reply to Andrew Fuerste-Henry from comment #41)
> Small note, the string this puts into the info field isn't formatted exactly
> like edits of other parts of the patron record. For example, here's an edit
> to a name field:
> { "preferred_name" : { "after" : "Huey", "before" : "Hank" } }
> 
> And an edit to an attribute:
> Patron attribute SHOW_BCODE: { "after" : "1", "before" : "" } 
> 
> Not a blocker, but worth noting for its impact on reports.

Ok! I changed the log format to pure json, prepending "attribute." to the
"field" name. Also saw that the normal field logging writes one log entry for
all field changes, so fixed so this is done also for attribute changes.

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