-
-
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 variant without options values generation #10242
Conversation
Tomanhez
commented
Mar 19, 2019
•
edited
Loading
edited
Q | A |
---|---|
Branch? | 1.3 |
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Related tickets | fixes #9576 |
License | MIT |
features/product/managing_product_variants/generating_product_variant_without_value.feature
Outdated
Show resolved
Hide resolved
features/product/managing_product_variants/generating_product_variant_without_value.feature
Outdated
Show resolved
Hide resolved
features/product/managing_product_variants/generating_product_variant_without_value.feature
Outdated
Show resolved
Hide resolved
src/Sylius/Behat/Context/Ui/Admin/BrowsingProductVariantsContext.php
Outdated
Show resolved
Hide resolved
src/Sylius/Behat/Context/Ui/Admin/BrowsingProductVariantsContext.php
Outdated
Show resolved
Hide resolved
src/Sylius/Behat/Context/Ui/Admin/ManagingProductVariantsContext.php
Outdated
Show resolved
Hide resolved
The base of this pull-request was changed, you need fetch and reset your local branch Unless you added new commits (to this branch) locally that you did not push yet, Feel free to ask for assistance when you get stuck 👍 |
ff02fb0
to
a69db59
Compare
fa6ddb5
to
30d7e64
Compare
src/Sylius/Behat/Context/Ui/Admin/ManagingProductVariantsContext.php
Outdated
Show resolved
Hide resolved
src/Sylius/Bundle/ProductBundle/Form/EventSubscriber/GenerateProductVariantsSubscriber.php
Outdated
Show resolved
Hide resolved
src/Sylius/Component/Product/Generator/ProductVariantGenerator.php
Outdated
Show resolved
Hide resolved
features/product/managing_product_variants/generating_product_variant_without_value.feature
Outdated
Show resolved
Hide resolved
features/product/managing_product_variants/generating_product_variant_without_value.feature
Outdated
Show resolved
Hide resolved
features/product/managing_product_variants/generating_product_variant_without_value.feature
Outdated
Show resolved
Hide resolved
features/product/managing_product_variants/generating_product_variant_without_value.feature
Outdated
Show resolved
Hide resolved
6385785
to
2c50da0
Compare
...iants/preventing_the_generation_of_products_variants_from_options_without_any_values.feature
Outdated
Show resolved
Hide resolved
...iants/preventing_the_generation_of_products_variants_from_options_without_any_values.feature
Outdated
Show resolved
Hide resolved
...iants/preventing_the_generation_of_products_variants_from_options_without_any_values.feature
Outdated
Show resolved
Hide resolved
...iants/preventing_the_generation_of_products_variants_from_options_without_any_values.feature
Outdated
Show resolved
Hide resolved
src/Sylius/Behat/Context/Ui/Admin/ManagingProductVariantsContext.php
Outdated
Show resolved
Hide resolved
src/Sylius/Behat/Page/Admin/ProductVariant/GeneratePageInterface.php
Outdated
Show resolved
Hide resolved
src/Sylius/Bundle/AdminBundle/Resources/views/ProductVariant/generate.html.twig
Outdated
Show resolved
Hide resolved
src/Sylius/Component/Product/Generator/ProductVariantGenerator.php
Outdated
Show resolved
Hide resolved
720a07d
to
e52a9b3
Compare
e52a9b3
to
5b4d8a4
Compare
...iants/preventing_the_generation_of_products_variants_from_options_without_any_values.feature
Outdated
Show resolved
Hide resolved
src/Sylius/Behat/Context/Ui/Admin/ManagingProductVariantsContext.php
Outdated
Show resolved
Hide resolved
src/Sylius/Behat/Context/Ui/Admin/ManagingProductVariantsContext.php
Outdated
Show resolved
Hide resolved
src/Sylius/Bundle/ProductBundle/Form/EventSubscriber/GenerateProductVariantsSubscriber.php
Outdated
Show resolved
Hide resolved
src/Sylius/Bundle/ProductBundle/Resources/config/services/form.xml
Outdated
Show resolved
Hide resolved
src/Sylius/Component/Resource/Exception/VariantWithNoOptionsValuesException.php
Outdated
Show resolved
Hide resolved
src/Sylius/Component/Resource/Exception/VariantWithNoOptionsValuesException.php
Outdated
Show resolved
Hide resolved
5b4d8a4
to
dc99707
Compare
...iants/preventing_the_generation_of_products_variants_from_options_without_any_values.feature
Outdated
Show resolved
Hide resolved
...iants/preventing_the_generation_of_products_variants_from_options_without_any_values.feature
Outdated
Show resolved
Hide resolved
...iants/preventing_the_generation_of_products_variants_from_options_without_any_values.feature
Outdated
Show resolved
Hide resolved
dc99707
to
298ee2e
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.
And the tests are failing due to some undefined steps (probably the wrong suite configuration). Can you take a look at them?
src/Sylius/Bundle/ProductBundle/Form/EventSubscriber/GenerateProductVariantsSubscriber.php
Outdated
Show resolved
Hide resolved
298ee2e
to
accc939
Compare
accc939
to
3228f93
Compare
Thank you, Tomasz! 🥇 |