Skip to content

Commit 9cadb60

Browse files
committed
Add TODO for redirect notice for private platforms after setup wizard completed
1 parent dbaec3b commit 9cadb60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/controllers/concerns/better_together/wizard_methods.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def determine_wizard_outcome # rubocop:todo Metrics/AbcSize
1616

1717
if wizard.completed?
1818
flash[:notice] = wizard.success_message
19+
# TODO: This needs to be adjusted for private platforms. Flash message is not retained after wizard completion
1920
redirect_to wizard.success_path
2021
else
2122
next_step_path, flash_key, message = wizard_next_step_info

0 commit comments

Comments
 (0)