-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Reference][Forms] deprecate model_timezone and view_timezone options #4763
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
Conversation
Q | A |
---|---|
Doc fix? | yes |
New docs? | no |
Applies to | 2.6+ |
Fixed tickets | #4417 |
This replaces #4417 in case that symfony/symfony#13241 gets merged. |
According to @weaverryan's comment we should probably consider merging this into the |
symfony/symfony#13241 was merged. So this is ready to be reviewed/merged. |
@weaverryan While I would agree with you on #4417 (comment), I think that we actually cannot do this given that symfony/symfony#12911 was only merged into Symfony 2.6. Am I right that before Symfony 2.6, you would still have to use the |
@xabbuh :) I'm not sure about your questions. My impression was that before 2.6, life was "good", except that if you think about it hard enough, these timezone options didn't make sense, and so they were removed. I think the issue in symfony/symfony#12808 was only introduced when these options were removed, so there was no bug before this. That's a long way to say:
Thanks! |
@fabpot @webmozart @stof What do you think about this? Does it make sense to you to backport the changes to Symfony 2.3 or should we just deprecate the options starting with Symfony 2.6? |
@xabbuh I'm just re-reviewing this again, and think I'm more clear now, but I need your help:
@xabbuh - does this sound accurate? If so, we should: A) Deprecate these options, as they don't do anything anymore anyways Thanks! |
@weaverryan Sorry for coming back to you lately. As far as I can see, this issue should have been fixed now with symfony/symfony#14256. Do you agree? |
ping @weaverryan |
Thanks for the ping @xabbuh! After looking at symfony/symfony#14256, it looks like these timezone options have been fully added back and are in fact not deprecated. That would mean that the docs need no changes as we can close this. If you agree, go ahead and close the PR. What a whirlwind :) |
I fully agree with you Ryan. :) |
awesome! |