- Issue created by @jonathanshaw
A lot of places in registration - around host validation especially - use isNew() when actually what they need to consider is whether a registration is new for a host . This hasn't been an issue until now, as registrations haven't been able to change host.
This is useful but not strictly necessary for ✨ Allow admins to change host entity for existing registration Active .
Add isNewToHost() to Registration and RegistrationInterface.
Active
3.3
Registration Core