Skip to content
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

[AttributeBundle] Fix bug with the attribute value form subscriber #3825

Merged
merged 5 commits into from
Jan 8, 2016

Conversation

pjedrzejewski
Copy link
Member

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets #3798
License MIT
Doc PR -

@@ -34,6 +34,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
->add('attributes', 'collection', array(
'required' => false,
'type' => 'sylius_product_attribute_value',
'prototype' => false,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think array should be whole aligned or not aligned... Did we agree that aligning "arrows" is cheesy or not? 😄

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not want to introduce bigger diff than needed, but yeah, I can adjust that.

@michalmarcinkowski
Copy link
Contributor

@pjedrzejewski unfortunately the build is failing...

Zales0123 and others added 2 commits January 8, 2016 15:34
- slightly change adding attributes to product
- written additional scenario for adding multiple attributes
- added some waits to prevent errors
[Attribute] Final fixes in attribute scenarios
michalmarcinkowski added a commit that referenced this pull request Jan 8, 2016
[AttributeBundle] Fix bug with the attribute value form subscriber
@michalmarcinkowski michalmarcinkowski merged commit 3789200 into Sylius:master Jan 8, 2016
@michalmarcinkowski
Copy link
Contributor

Finally! Great job guys! 👍

pamil pushed a commit to pamil/Sylius that referenced this pull request May 7, 2019
[AttributeBundle] Fix bug with the attribute value form subscriber
pamil pushed a commit to pamil/Sylius that referenced this pull request May 7, 2019
[AttributeBundle] Fix bug with the attribute value form subscriber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants