We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0e01a commit d96f6f7Copy full SHA for d96f6f7
1 file changed
app/controllers/patient_sessions/vaccinations_controller.rb
@@ -28,7 +28,7 @@ def create
28
if @vaccinate_form.save(draft_vaccination_record:)
29
steps = draft_vaccination_record.wizard_steps
30
31
- steps.delete(:mmr_or_mmrv) # if Flipper.enabled?(:already_vaccinated)
+ steps.delete(:mmr_or_mmrv)
32
steps.delete(:dose) # this can only be changed from confirmation page
33
steps.delete(:identity) # this can only be changed from confirmation page
34
steps.delete(:notes) # this is on the confirmation page
0 commit comments