Bug 31089

Summary: Log viewer needs better reference point for compare
Product: Koha Reporter: Christopher Brannon <cbrannon>
Component: ToolsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Christopher Brannon 2022-07-01 22:51:25 UTC
Currently, viewlog.pl runs comparisons another log.  This is okay if you have a previous entry in the log to compare it to (if your logs haven't been cleaned up or a good log exists before the change).

It would be better, if the log had a copy of info before the change, and after.  If that is the only log entry you select to compare, it will show you a before and after and highlight the changes.  If you select a second log entry, then it would show you a comparison between the two entries.

This would make the compare feature infinitely more useful.