Skip to content

Registrar - redirect users to summary page bug fix

Vojtěch Sassmann requested to merge github/fork/Vojtech-Sassmann/submitFix into master
  • When users failed to submit the application for the first time, the registrar allowed them to try again. But if they succeeded, they were not redirected to the summary page and it seemed that the submission failed again.
  • Fixed by changing exception in the submission result to null, if the submission was successful. This is used later on to check the result of the submission.

Merge request reports