Closed Pebblo closed 5 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This was fixed in core:
https://github.com/eventespresso/event-espresso-core/pull/1201
If you try to move an attendee to the same ticket they are currently on and invlaid exception is thrown:
If I fix this by adding
$this->form()->name()
to the exception call for the form name, like so:Then an exception is thrown and without WP_DEBUG enable you get error 500. Full error:
If I then navigate back to the ticket selection and refresh a notice is shown with the error about moving a ticket to the same ticket - https://monosnap.com/file/lrkqq16VdYT3eHPNkg5GFPsv6xTdc5
Bug report or feature request?
Expected Behaviour
Display the notice on the page without the fatal from the exception.