Bug 40692

Summary: Wrong color background in Perl modules page
Product: Koha Reporter: Adolfo Rodríguez Taboada <adolfo.rodriguez>
Component: AboutAssignee: Bugs List <koha-bugs>
Status: Needs Signoff --- QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
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

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