https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31503
--- Comment #46 from Marcel de Rooy <[email protected]> --- (In reply to David Nind from comment #45) Thanks David! Great. > The only thing I noted was: > 1. If there is no GPPR_PROCESSING authorized value for PATRON_CONSENT, then > in the OPAC > your consents the text displayed is "Consent for > GDPR_PROCESSING" with Yes and No options. > 2. If a GPR_PROCESSING authorized value is added without any descriptions, > then the text in [1] is displayed. > 3. Is that text editable, or is that just a default that should be > changed/customised by updating the descriptions? You found a small flaw! I expected AV.GetByCode to return nothing when there is no description in authorised values. But it just returns the code you were looking for.. Will fix that now. The idea was: If there is no description, use the historic template text (not editable). Do you want to change, add something in AV. Or in Additional Contents on a follow-up report. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
