- Issue created by @endless_wander
- 🇨🇦Canada endless_wander
Here is a patch for 2.0.x branch that adds the functionality I need
- 🇨🇦Canada endless_wander
Here is a patch for 3.0.x branch in case above doesn't work
- 🇨🇦Canada endless_wander
These patches also add the new created datetime field into the advanced area of the form
- 🇨🇦Canada endless_wander
Looking into the code and when waitlisted registrants are retrieved, they are retrieved in order of entity ID, not in order of creation date. RegistrationCreationService calls
$results = $this->storage->loadByProperties($properties);
to get the Registrants where maybe an entityQuery with sort set to created date is more applicable. What do the maintainers think?My proposed change would be as attached.