We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbaec3b commit 9cadb60Copy full SHA for 9cadb60
app/controllers/concerns/better_together/wizard_methods.rb
@@ -16,6 +16,7 @@ def determine_wizard_outcome # rubocop:todo Metrics/AbcSize
16
17
if wizard.completed?
18
flash[:notice] = wizard.success_message
19
+ # TODO: This needs to be adjusted for private platforms. Flash message is not retained after wizard completion
20
redirect_to wizard.success_path
21
else
22
next_step_path, flash_key, message = wizard_next_step_info
0 commit comments