Bug 36240

Summary: Add links to "System information" warnings
Product: Koha Reporter: Magnus Enger <magnus>
Component: AboutAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Magnus Enger 2024-03-06 08:43:31 UTC
The example that made me think of this is: 

Warning	The patron used for the self checkout module at the OPAC does not have the self_check => self_checkout_module permission.

That tells me there is a problem with some patron, but then I have to either search for that patron by name (did I call it "self check" or "sco"?), or remember to look up the borrowernumber in the AutoSelfCheckID syspref, and then find the patron with that borrowernumber. 

It would be much more user friendly if there was a link directly to the patron in question, from the warning. 

The way this works today is that about.pl checks for the problem and if there is a problem it sets a variable that is passed along to the template, which renders the warning. So we need to find a way to also pass the borrowernumber (or other relevant information for other warnings.)