https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36612
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #164961|0 |1 is obsolete| | --- Comment #3 from David Nind <[email protected]> --- Created attachment 165268 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=165268&action=edit 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 <[email protected]> -- 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/
