[Koha-bugs] [Bug 36240] New: Add links to "System information" warnings

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 6 09:43:31 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36240

            Bug ID: 36240
           Summary: Add links to "System information" warnings
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: About
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: magnus at libriotech.no
        QA Contact: testopia at bugs.koha-community.org

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.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list