]> git.koha-community.org Git - koha.git/commit
Bug 38005: Pass opac_editable to search params when interface is OPAC
authorLucas Gass <lucas@bywatersolutions.com>
Wed, 25 Sep 2024 21:17:22 +0000 (21:17 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 11 Oct 2024 09:13:54 +0000 (11:13 +0200)
commitfbdd43a6a148366402930d259a684d2de680728a
tree5732d4f6c909191817128b04c593d8d3c4ffc5ee
parentfc002aa0aa418ebe5c7cf71825c909589b6de1ec
Bug 38005: Pass opac_editable to search params when interface is OPAC

1. Create a patron attribute.
2. Check it as Mandatory.
3. Do NOT make it display or editable in the OPAC.
4. Go to OPAC self reg form
5. You will not see the attribute.
6. Submit the form and see the 500 error.
7. Apply patch, restart_all.
8. Try again, now you should be able to submit the OPAC form.

Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Patron.pm