https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15762
--- Comment #2 from Barton Chittenden <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
