[Koha-bugs] [Bug 32795] New: ILLHiddenRequestStatuses system preference description is wrong

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 2 15:16:51 CET 2023


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

            Bug ID: 32795
           Summary: ILLHiddenRequestStatuses system preference description
                    is wrong
 Change sponsored?: ---
           Product: Koha
           Version: 22.11
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5 - low
         Component: ILL
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: pedro.amorim at ptfs-europe.com
                CC: katrin.fischer at bsz-bw.de
        Depends on: 28641

Currently, the ILLHiddenRequestStatuses sys preference reads:
"... The request codes can be found in the ILLSTATUS authorized value
category."

But, the request status codes actually come from status_graph of their
respective backend, or alternatively from core Koha::Illrequest, not from
ILLSTATUS.

ILLSTATUS AV is only used for a request's status_alias, which is an alternate
list of statuses that is only used to give the staff member the ability of
adding their own statuses by editing a request.

On top of that, bug 28641 refers to the fact that the code that is checking
this system preference doesn't even consider the requests' status_alias, only
the actual status coming status_graph in code.

I think this label should be updated to reflect that it may use both the status
codes from installed ILL backends and the values from ILLSTATUS, once 28641 is
fixed.


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28641
[Bug 28641] ILLHiddenRequestStatuses does not consider custom statuses
-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list