https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40136 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com Text to go in the| |This enhancement adds a release notes| |'diff' to the action logs | |when modifying a patron | |(creating, modifying, | |changing a card number, and | |deleting). | | | |Previously, no diff was | |recorded (although some | |information was recorded in | |the info column). --- Comment #3 from David Nind <david@davidnind.com> --- Testing notes (using KTD): 1. Before the patch: - Add a new patron account with basic details - Edit the patron account (add an email, change messaging preferences, and so on) - Edit the patron's card number - Delete the patron account 2. Go the log viewer (Tools > Additional tools > Log viewer) and click submit. 3. In the log viewer, show the 'Diff' column (Columns > Diff). 4. Note that when: - Creating a patron: recorded, but no details in the Info and Diff columns - Modifying a patron: details of the change recorded in the Info column but no details in the Diff column - Modifying a card number: details of the change recorded in Info column but no details in the Diff column - Deleting a patron: recorded, but no details in the Info and Diff columns 5. Apply the patch and restart everything (restart_all). 6. Repeat steps 1 and 2. 7. Note that there are now details for each action in the Info and Diff columns. -- You are receiving this mail because: You are watching all bug changes.