]> git.koha-community.org Git - koha.git/commit
Bug 36612: Add public_read_list to Koha::Ticket
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 16 Apr 2024 17:22:41 +0000 (18:22 +0100)
committerLucas Gass <lucas@bywatersolutions.com>
Thu, 23 May 2024 14:23:41 +0000 (14:23 +0000)
commit8b056ba683387af9d1cb2bb844f75dd2f33aaa5f
tree9eac18d6737635e99cc2554c70bd63516b1e274b
parente2c05647ae3a07c5dc8cde33ca6a409a3c599c15
Bug 36612: Add public_read_list to Koha::Ticket

Without the public_read_list to define which fields should be accessible
from the public endpoints we will always return a 500 from the API on
otherwise successfull additions of tickets via the OPAC.

Test plan
1) Enable OPACCatalogConcerns
2) Login to the OPAC and "Report a concern"
3) Note the error message in the UI "There was an error when submitting
   your concern, please contact a librarian."
4) Confirm that the concern is actually created regardless
5) Apply the patch here and restart plack
6) Submit another 'Report a concern' and now note the success message
   "Your concern was successfully submitted."

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 834fc10650779c71b6608ab01ef0e54bd9dd4746)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit d6cf0250a907def14c55f9582ee170b5fa47ee51)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/Ticket.pm