Move an attendee onto the same ticket they are already on and view the error thrown, before this change it shows a form is missing because the form name isn't being passed to it.
The fatal will still be thrown until 1201 is merged but this change stops the error showing that the form name is missing.
Assigning to Brent as its related to a couple of tickets that are now assigned to him, so this make more sense with those.
This fixes #11 and just adds the form name to the exception thrown by the attendee mover add-on.
There will still be a fatal error when working through this, see: https://github.com/eventespresso/event-espresso-core/pull/1201
How has this been tested
See #10
Move an attendee onto the same ticket they are already on and view the error thrown, before this change it shows a form is missing because the form name isn't being passed to it.
The fatal will still be thrown until 1201 is merged but this change stops the error showing that the form name is missing.
Assigning to Brent as its related to a couple of tickets that are now assigned to him, so this make more sense with those.
Checklist
esc_html__()
, see https://codex.wordpress.org/I18n_for_WordPress_Developers)