To reproduce in ktd: - Enable the ILLModule syspref - Go to the ILL module - Observe the link that reads "Take a look at the about page" and points to http://localhost:8081/cgi-bin/koha/about.pl#sysinfo_panel - The link takes you to the "About Koha" page, but it does not show the contents of the "System information" tab, where the relevant information is - Clicking on the "System information" tab changes the page to http://localhost:8081/cgi-bin/koha/about.pl?tab=sysinfo Suggestions: - Change the link text so it reads 'Take a look at "System information" on the "About Koha" page' - Change the actual link from http://localhost:8081/cgi-bin/koha/about.pl#sysinfo_panel to http://localhost:8081/cgi-bin/koha/about.pl?tab=sysinfo
Created attachment 168181 [details] [review] Bug 37194: Improve link from unconfigured ILL module To test: 1) Enable the ILLModule syspref 2) Go to the ILL module 3) Observe the link that reads "Take a look at the about page" and points to http://localhost:8081/cgi-bin/koha/about.pl#sysinfo_panel 4) Apply patch 5) Observe the link that reads "Take a look at the about page" now points to http://localhost:8081/cgi-bin/koha/about.pl?tab=sysinfo
Created attachment 168312 [details] [review] Bug 37194: Improve link from unconfigured ILL module To test: 1) Enable the ILLModule syspref 2) Go to the ILL module 3) Observe the link that reads "Take a look at the about page" and points to http://localhost:8081/cgi-bin/koha/about.pl#sysinfo_panel 4) Apply patch 5) Observe the link that reads "Take a look at the about page" now points to http://localhost:8081/cgi-bin/koha/about.pl?tab=sysinfo Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Picked from QA queue for push to main.
Pushed for 24.11! Well done everyone, thank you!
Backported to 24.05.x for upcoming 24.05.06
Does not work on 23.11.x It is minor so I skip ;)