Skip to content

Fix sorting of registration dates in event admin

Sébastiaan Versteeg requested to merge fix/events-date-sort-admin into master

Closes #653 (closed)

Previous behaviour

Steps to reproduce:

  1. Go to an event
  2. Check the registrations
  3. It's in lexicographical order

New behaviour

Steps to validate that it works:

  1. Go to an event
  2. Check the registrations
  3. It's in chronological order

Merge request reports