https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16631 --- Comment #180 from Pedro Amorim (ammopt) <pedro.amorim@openfifth.co.uk> --- Hi Casey. Correct. The other 2 failures from xt/tt_kohaTable_tidy.t are coming from (and have been raised at) bug 40445. Your follow-up fix appears to fix the test failure but it seems to be adding a new regression. Please verify: Before applying the fix patch: 1. Open a fresh incognito/private window (neutral localStorage). 2. Confirm LimitReportsByLibrary is off (default). If you don't already have a saved report, create one: Reports > New report > New SQL report, enter SELECT 1, save it. 3. Load http://localhost:8081/cgi-bin/koha/reports/guided_reports.pl?op=list. 4. Confirm "Actions" column (Run button) is visible by default. 5. Close the incognito window. After applying the fix patch: 6. Apply the patch. 7. Open another new incognito/private window. 8. Load the same saved reports URL. 9. Confirm "Actions" column is now hidden on load, even though it's unrelated to LimitReportsByLibrary and marked cannot_be_toggled in admin/columns_settings.yml. -- You are receiving this mail because: You are watching all bug changes.