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.
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
Created attachment 186112 [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 Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
PQA in one go
Created attachment 186113 [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 Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
First attachment need to be obsoleted no ?
(In reply to Fridolin Somers from comment #5) > First attachment need to be obsoleted no ? I'm taking the 2nd patch only for main, they appear to be exactly the same.
Nice work everyone! Pushed to main for 25.11
Nice work everyone! Pushed to 25.05.x
Depends on Bug 38714 not in 24.11.x