Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Fix bug where induction period not saved #62

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

edujackedu
Copy link
Contributor

This happens becuase we were checking for the truthiness of each success step but calling .create on a invalid model returns the unsaved record which is truthy.

Now we call #persisted? at the end of the method and only call record_induction_period_event if the induction period was saved.

This happens becuase we were checking for the truthiness of each success
step but calling `.create` on a invalid model returns the unsaved record
which is truthy.

Now we call `#persisted?` at the end of the method and only call
record_induction_period_event if the induction period was saved.
Copy link

Review app deployed to https://cpd-ec2-review-62-web.test.teacherservices.cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants