-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fix 10719 infinite order fixture loading #10733
Fix 10719 infinite order fixture loading #10733
Conversation
igormukhingmailcom
commented
Oct 2, 2019
Q | A |
---|---|
Branch? | 1.6 (as it present only at 1.6 and not present at 1.5 or 1.4) |
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Related tickets | fixes #10719 |
License | MIT |
looks like all changes except custom_fixtures can be backported to < 1.6 |
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.
Could you rebase this PR to the 1.6 branch?
src/Sylius/Bundle/CoreBundle/Fixture/Factory/OrderExampleFactory.php
Outdated
Show resolved
Hide resolved
00a0e4e
to
807f0e0
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.
Hey Igor,
thanks a lot for this bugfix. Can you rebase one more time to 1.6
as there are some conflicts?
src/Sylius/Component/Core/Repository/ProductRepositoryInterface.php
Outdated
Show resolved
Hide resolved
This is false though, it's on 1.4 too |
807f0e0
to
8dcd074
Compare
At 1.4 there is another file to fix - |
true |
Thanks, Igor! 🥇 |