[Koha-bugs] [Bug 15762] Fields editable in PatronSelfRegistrationBorrowerUnwantedField may be hidden by BorrowerUnwantedField

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 9 07:02:46 CET 2016


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

--- Comment #2 from Barton Chittenden <barton at bywatersolutions.com> ---
(In reply to Katrin Fischer from comment #1)
> Hm, I am not sure how to solve this in a good way in the code. Looks more
> like a configuration issue?

If the configuration requires the duplication of fields to omit from the self
registration page and the rest of the OPAC, I disagree -- that's just inviting
breakage.

This is what seems logical to me:

BorrowerUnwantedField blocks the display and editing of fields on the OPAC
*including the self registration page*

PatronSelfRegistrationBorrowerUnwantedField contains additional fields that are
to be blocked on the self registration page, but might be visible in other
parts of the OPAC.

That looks like concatenation of two arrays to me, plus or minus a bit of
de-duplication. Am I missing something here?

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


More information about the Koha-bugs mailing list