-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
Sale Unit #861
Sale Unit #861
Conversation
@@ -55,6 +58,7 @@ private function addModelsSection(ArrayNodeDefinition $node) | |||
->arrayNode('resources') | |||
->addDefaultsIfNotSet() | |||
->children() | |||
# deprecated |
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.
I think we can remove that pretty safely right?
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.
maybe we should also move the unit stuff into a separate component/bundle to keep the product component/bundle smaller and clearer
src/CoreShop/Bundle/CoreBundle/Form/Type/Product/ProductStoreValuesType.php
Show resolved
Hide resolved
src/CoreShop/Bundle/CoreBundle/Resources/public/pimcore/js/product/storevalues/builder.js
Show resolved
Hide resolved
src/CoreShop/Bundle/ProductBundle/Controller/ProductUnitController.php
Outdated
Show resolved
Hide resolved
src/CoreShop/Bundle/ProductBundle/Doctrine/ORM/ProductUnitDefinitionRepository.php
Outdated
Show resolved
Hide resolved
src/CoreShop/Bundle/ProductBundle/Doctrine/ORM/ProductUnitRepository.php
Show resolved
Hide resolved
src/CoreShop/Bundle/ProductBundle/Templating/Helper/ProductUnitDefinitionsHelperInterface.php
Outdated
Show resolved
Hide resolved
src/CoreShop/Component/Product/Repository/ProductUnitRepositoryInterface.php
Show resolved
Hide resolved
src/CoreShop/Component/Product/Repository/ProductUnitDefinitionRepositoryInterface.php
Outdated
Show resolved
Hide resolved
tests are broken now as well:
|
8fc1940
to
8f11261
Compare
0dae964
to
e4bd05e
Compare
fix unit builder fix product units js
…ion and thus not attached to the entity-manager
ab98c01
to
55934b5
Compare
Todo