[Koha-bugs] [Bug 29033] Add C4::Context->multivalue_preference

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jan 9 00:23:06 CET 2022


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

--- Comment #12 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
I always prefer to have a high level method that you just call without knowing
how it is internally implemented, and the POD tells you what it will return. It
is consistent with some other methods we have for accessing sysprefs even. I
don't want the callers to need to know how that syspref needs to be splitter,
the same way I think it is non sense for end users to need to worry about that
on the front end 

If there is consensus, I can spend a few hours migrating all sysprefs to use
the same separator. Keep in mind that we might need to escape whichever
separator we pick on sysprefs that used a different one.

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


More information about the Koha-bugs mailing list