-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add support for Akeneo 3.0 #18
Conversation
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.
A first simple test of creating, editing and using the table attribute in a product worked. Export and import was able to create the table attribute values.
- We should use custom translation ids instead of Akeneo's. This can be done in a separate PR but before a 3.0 release.
- A few specs are still missing. Please add them for the changed PHP files. Integrations are already handled by Integration Testing for Akeneo recognizing the tagged services #17.
5d0e3f2
to
deb32da
Compare
Co-Authored-By: claudioflagbit <[email protected]>
Co-Authored-By: flagbird <[email protected]>
Co-Authored-By: flagbird <[email protected]>
@flagbird This PR is ready again fora new review. |
Co-Authored-By: Amit Singh <[email protected]>
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.
This PR is ready again fora new review.
Not all of the previous changes were done. This PR is not ready for another review.
Here are additional changes:
spec/Flagbit/Bundle/TableAttributeBundle/Form/TableJsonTransformerSpec.php
Outdated
Show resolved
Hide resolved
spec/Flagbit/Bundle/TableAttributeBundle/Form/TableJsonTransformerSpec.php
Outdated
Show resolved
Hide resolved
spec/Flagbit/Bundle/TableAttributeBundle/Form/TableJsonTransformerSpec.php
Outdated
Show resolved
Hide resolved
spec/Flagbit/Bundle/TableAttributeBundle/Form/TableJsonTransformerSpec.php
Outdated
Show resolved
Hide resolved
spec/Flagbit/Bundle/TableAttributeBundle/Form/TableJsonTransformerSpec.php
Outdated
Show resolved
Hide resolved
spec/Flagbit/Bundle/TableAttributeBundle/AttributeType/TableTypeSpec.php
Outdated
Show resolved
Hide resolved
spec/Flagbit/Bundle/TableAttributeBundle/DependencyInjection/ConfigurationSpec.php
Outdated
Show resolved
Hide resolved
Co-Authored-By: flagbird <[email protected]>
@flagbird PR is ready to be again reviewed. |
spec/Flagbit/Bundle/TableAttributeBundle/Provider/Field/TableFieldProviderSpec.php
Outdated
Show resolved
Hide resolved
spec/Flagbit/Bundle/TableAttributeBundle/Provider/Field/TableFieldProviderSpec.php
Outdated
Show resolved
Hide resolved
spec/Flagbit/Bundle/TableAttributeBundle/Normalizer/AttributeOptionNormalizerSpec.php
Outdated
Show resolved
Hide resolved
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.
This should be sufficiant for a first 3.0 Release.
More details on coding style for tests and specs can be done in #27.
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.
Thanks for the huge effort guys!
No description provided.