Skip to content

Fix registration problems

Sébastiaan Versteeg requested to merge fix/registration-problems into master

This MR fixes two things in the registrations app.

Payment not attached to Registration

Previous behaviour

Steps to reproduce:

  1. Create a new registration
  2. Payment not added to registration after accepting

New behaviour

Steps to validate that it works:

  1. Create a new registration
  2. Payment added to registration after accepting

Fields not shown in admin

Previous behaviour

Steps to reproduce:

  1. Create a new registration
  2. Missing fields in the admin

New behaviour

Steps to validate that it works:

  1. Create a new registration
  2. Missing fields in the admin

Merge request reports