diff --git a/app/controllers/conferences_controller.rb b/app/controllers/conferences_controller.rb index ff8250d..0c56a6f 100644 --- a/app/controllers/conferences_controller.rb +++ b/app/controllers/conferences_controller.rb @@ -437,6 +437,9 @@ class ConferencesController < ApplicationController end @actions = nil @multipart = false + if @register_step == 'register' + session.delete(:registration) + end case @register_step when 'register', 'organizations', 'new_organization', 'new_workshop', 'volunteer_questions' @actions = :next