-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[2.7] [WIP] Fix for #14583 #14617
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
[2.7] [WIP] Fix for #14583 #14617
Conversation
At least, this is breaking the fix from #14465. |
You're right @xabbuh, I didn't notice this issue in my test suite. Thank you. |
any news ? |
I'm sorry @benji07, I'm very busy these days, but I'll try to work on it this weekend. BTW, if you have some idea, feel free to share your thoughts. |
95dbac6
to
e1497e7
Compare
I just updated the PR. Can somenone else experiencing this issue test if this fix works? /cc @benji07, @mbartok |
| Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony#14583 | License | MIT | Doc PR | Fixes symfony#14583.
I think we need to hear what @webmozart thinks - I also can't tell if this is the right way/place to fix this, or if it should be done in the Propel bridge like you mentioned in #14583. @webmozart if you can offer some insight, @phansys or someone else can probably push this the rest of the way. |
Thank you @weaverryan. |
@webmozart @fabpot so Symfony 2.7 was release this weekend, and we can't create an entity choice with an empty value. |
Sorry, I didn't see this issue until now. Will look into it. |
Thank you @webmozart. |
Thank you @webmozart. It would be nice to have #14950 merged ASAP. BTW, about the Propel bundle, I would prefer to delegate the task to somebody who know and have worked with Propel since I never used it. |
@webmozart your solution doesn't work when using 'uuids'. @phansys solution resolves this problem.
|
Any news with this pull request? Because PR #14950 doesnt resolve problem with UUIDs. Using symfony 2.8 |
@podhy @guilhermecvmnsj instead of commenting on closed pull requests, please open a new issue if you think there's an unresolved bug. Don't forget to provide steps to reproduce your problem. |
@jakzal maybe we could improve our "GitHub bot" to lock conversations automatically some time after the issue has been closed or the PR has been merged (say 6 months). |
Fixes #14583.
I'm not sure if this is the right fix, so I need someone to share thoughts about this.
TODO