Bug 31089 - Log viewer needs better reference point for compare
Summary: Log viewer needs better reference point for compare
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Tools (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-01 22:51 UTC by Christopher Brannon
Modified: 2023-06-18 11:04 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.