https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41425 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This changes the way release notes| |information is logged | |during patron merges. | |Instead of building an | |English sentence to store | |in the log (example: Bob | |Singleton (23529000695412) | |has been merged into Bobbie | |Middleton | |(23529000080862)), it now | |stores JSON containing | |information about the | |patron record and the | |record which it is being | |merged with (example: Edna | |Acosta (23529001000463) | |merged into Jordan Alford | |(23529000050113)). The JSON | |information is accessible | |using reports. --- Comment #9 from David Nind <david@davidnind.com> --- (In reply to Owen Leonard from comment #7)
(In reply to David Nind from comment #5)
Changed to Failed QA as the Info message is "() merged into ()"
I've modified the patch to account for log messages which were previously saved as well as new messages which are stored differently. Previously saved log messages will still be untranslated.
Thanks Owen! -- You are receiving this mail because: You are watching all bug changes.