-
Notifications
You must be signed in to change notification settings - Fork 9
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
2315 bug declinebydefaultat field is incorrectly being set #9861
2315 bug declinebydefaultat field is incorrectly being set #9861
Conversation
c37d04a
to
de355b4
Compare
You have one or more flakey tests on this branch! ❄️ ❄️ ❄️Failed 1 out of 3 times at ./spec/system/support_interface/delete_application_spec.rb:7: |
ed1d084
to
e8bc596
Compare
e8bc596
to
6e23924
Compare
6e23924
to
7e54709
Compare
7e54709
to
f26bf4b
Compare
f26bf4b
to
09df794
Compare
09df794
to
edcfeba
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Take a closer look and everything is good 👍
One small question, is it this PR should remove things like?
- ReinstateDeclinedOffer#reset_all_dbd
- time_limit_config chase_candidate_before_dbd rule
- DBD mention on app/views/support_interface/application_forms/application_choices/reinstate_declined_offer/confirm_reinstate_offer.html.erb
If is not, can you create a small card to handle those any time in the future?
Great work spotting these other uses, @tomas-stefano. I will add them to this PR. More deleting! Hurrah! |
The faker data generates a name like 'Chang', and the word 'Change' is on the page, so it fails.
f18269e
to
9021251
Compare
Context
It was noted earlier this month that some application choices have
decline_by_default_at
dates set. Some, but not all, were set to the actualCycleTimetable.decline_by_default_date
.Now that declining by default is only something that happens at the end of cycle, and is not specific to a single
application_form
, we no longer needdecline_by_default_at
ordecline_by_default_days
on eachapplication_choice
There will be two further PRs:
Changes proposed in this pull request
No real UI changes.
Guidance to review
Sadly, this won't be in in time for any of our 'bug parties', so it would be good if people could use the review app to just check everything is working as expected for making offers / reinstating offers.
Things to check