https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40135
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Text to go in the| |This enhancement adds a release notes| |'diff' to the action logs | |when modifying a | |bibliographic record | |(creating, modifying, and | |deleting). | | | |Previously, no diff was | |recorded (although some | |information was recorded in | |the Info column). | | | |Note: Details for changes | |to items were already | |recorded a diff. Summary|Record diff in action logs |Record diff in action logs |when modifying a biblio |when modifying a | |bibliographic record --- Comment #3 from David Nind <[email protected]> --- Testing notes (using KTD): 1. Before the patch: - Add a new bibliographic record (and an item) with basic details - Modify a bibliographic record (for example, change the title) - Delete a bibliographic record without any items - Delete a bibliographic record with an item 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: - Adding a new record: 'biblio' recorded in the Info column - Modifying a record: 'biblio BEFORE' details recorded in the Info column - Deleting a record: 'biblio' recorded in the Info column - Deleting a record with items: separate entries recorded for the bibliographic record and item, 'biblio' recorded in the Info column for the record, 'item' and a diff recorded for the item 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 Diff column. (Note that when modifying a record, the details of what are recorded in the info column are changed (starts with $VAR1... instead of 'biblio BEFORE...'). -- 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/
