Bug 40692 - Wrong color background in Perl modules page
Summary: Wrong color background in Perl modules page
Status: Needs Signoff
Alias: None
Product: Koha
Classification: Unclassified
Component: About (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-08-22 11:00 UTC by Adolfo Rodríguez Taboada
Modified: 2025-08-22 11:03 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:
Circulation function:


Attachments
Bug 40692 - Wrong color background in Perl modules page This patch fixes the background color of the Perl modules when there are current modules after missing or in need of updgrade modules (1.51 KB, patch)
2025-08-22 11:02 UTC, Adolfo Rodríguez Taboada
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Adolfo Rodríguez Taboada 2025-08-22 11:00:07 UTC
Page About Koha, tab Perl Modules

When a Perl module is missing or requires an update, Koha sets a background color, but when the module is OK (current) it doesn't reset the background color, so it will keep the background color from the previous checked module. This can make the page very confusing as Perl modules that are current will appear to be missing or need of an upgrade according to the background color but the title will give the correct information.
Comment 1 Adolfo Rodríguez Taboada 2025-08-22 11:02:27 UTC
Created attachment 185708 [details] [review]
Bug 40692 - Wrong color background in Perl modules page This patch fixes the background color of the Perl modules when there are current modules after missing or in need of updgrade modules

1 You need to have in your installation of Koha a missing or in need of updgrade Perl module. Check in the About page Perl Modules Tab that perl modules after it that are current have the same background color that the missing/in need of upgrade
2 Apply patch, restart services
3 Repeat the first step. Now all the current modules have the right background color