[Koha-bugs] [Bug 25560] Define itemtype specific rules in the UpdateNotForLoanStatusOnCheckin system preference

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 22 11:51:19 CEST 2022


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

Alex Buckley <alexbuckley at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexbuckley at catalyst.net.nz

--- Comment #73 from Alex Buckley <alexbuckley at catalyst.net.nz> ---
(In reply to Kyle M Hall from comment #72)
> Alex, why not add a wildcard option ( say "*" )? That way, if a notforloan
> change applies to all itemtypes, it won't require creating a section for
> each and every itemtype. It should also simplify the upgrade patch.

Hi Kyle, 

Thanks for this feedback. Chris and I had thought it might make it clearer
having a separate section for each item type, that way there is no confusion
around which rule (if there multiple conflicting ones) was prioritised for a
particular itemtype.

However, thinking about this more I think you and Nick (in comment #62) are
right about having a wildcard option for every item type, and making for a
simpler upgrade patch. 

I think Nick's suggestion of using the _ALL_ option as the wildcard, and having
that override item type specific rules, like in UpdateItemLocationOnCheckin,
would be good so as to maintain consistency in the sysprefs.

I am working on amending my patches to do that now.

Kind regards,
Alex

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


More information about the Koha-bugs mailing list