-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Form] Fix error when rendering a DateIntervalType form with exactly 0 weeks #27382
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
[Form] Fix error when rendering a DateIntervalType form with exactly 0 weeks #27382
Conversation
Note that 3.2 is not maintained anymore so that this should be merged on 3.4 (or 2.8 if the issue exists there. Does it?) |
(please check tests and CS failures also) |
…exactly 0 weeks
9ab0b48
to
dae704a
Compare
Thanks, I've rebased onto 3.4 and updated the PR target accordingly. The problem does not exist in 2.8.
I am still seeing some test failures locally, however I see the same failures on the 3.4 branch itself - they are unrelated to my changes. I've included details of these errors below. I am also not sure why AppVeyor thinks it can't build this branch - could you advise on how to proceed please?
|
Thank you @krixon. |
…th exactly 0 weeks (krixon) This PR was merged into the 3.4 branch. Discussion ---------- [Form] Fix error when rendering a DateIntervalType form with exactly 0 weeks | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #27378 | License | MIT Fixes the issue described in #27378 Commits ------- dae704a Fix #27378: Error when rendering a DateIntervalType form with exactly 0 weeks
Fixes the issue described in #27378