Bug 36240 - Add links to "System information" warnings
Summary: Add links to "System information" warnings
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: About (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-06 08:43 UTC by Magnus Enger
Modified: 2024-03-06 08:43 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.)