Bug 39908 - Hide diff column by default in log viewer
Summary: Hide diff column by default in log viewer
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: Tools (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Andrew Fuerste-Henry
QA Contact: Testopia
URL:
Keywords:
Depends on: 39628
Blocks:
  Show dependency treegraph
 
Reported: 2025-05-15 12:30 UTC by Andrew Fuerste-Henry
Modified: 2025-05-16 12:27 UTC (History)
0 users

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


Attachments
Bug 39908: Hide diff column in log viewer by default (1.05 KB, patch)
2025-05-15 12:40 UTC, Andrew Fuerste-Henry
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Fuerste-Henry 2025-05-15 12:30:34 UTC
BZ 39628 made the diff column visible in the log viewer, but did not hide it by default. This follow-up is to hide the diff column by default.
Comment 1 Andrew Fuerste-Henry 2025-05-15 12:40:32 UTC
Created attachment 182490 [details] [review]
Bug 39908: Hide diff column in log viewer by default

To test:
1 - go to the log viewer in tools, perform a search
2 - observe the diff column is visible by default
3 - apply patch, reset_all
4 - reload log viewer, repeat search
5 - observe the diff column is now hidden by default
6 - confirm you can toggle diff visibility in the log viewer page
7 - go to column settings and confirm you can toggle diff visibility there
Comment 2 Katrin Fischer 2025-05-15 13:06:29 UTC
Hi Andrew, for next time: follow-up usually means you can just put another patch on the original bug ;) I'll treat this one as such.
Comment 3 Katrin Fischer 2025-05-16 12:27:22 UTC
Pushed for 25.05!

Well done everyone, thank you!