[Koha-bugs] [Bug 28641] ILLHiddenRequestStatuses does not consider custom statuses

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 29 09:42:19 CEST 2023


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

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #148334|0                           |1
        is obsolete|                            |

--- Comment #6 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 148852
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=148852&action=edit
Bug 28641: ILLHiddenRequestStatuses does not consider custom statuses

This patch adds the status_alias column to the ILLHiddenRequestStatuses sys
pref check.
Because requests will have status_alias NULL by default, we also check for
that.

Test plan:
Create multiple ILL requests of different backends and place them in different
status (NEW, COMP, REQ, etc)
Create multiple ILLSTATUS entries
Add and remove a mix of both status and status_alias codes in
ILLHiddenRequestStatuses and refresh the ILL requests page to confirm the
result is according to expectation.

Sponsored-by: PTFS Europe

Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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


More information about the Koha-bugs mailing list