Skip to content

Redirect when no user is signed in when updating registration

What does this MR do?

Redirect when posting to the update_registration method when a user is not signed in. This caused an intermittent error on the QA test: NoMethodError (undefined method 'assign_attributes' for nil:NilClass):

Related to #267498 (closed)

Edited by Alex Buijs

Merge request reports