Skip to content

Disallow cancellation after event start

Sébastiaan Versteeg requested to merge fix/event-cancel-after-start into master

Previous behaviour

Steps to reproduce:

  1. Register for event
  2. Forward to time after start of event
  3. Can still cancel 'after deadline'

New behaviour

Steps to validate that it works:

  1. Register for event
  2. Forward to time after start of event
  3. Cannot cancel anymore

Merge request reports