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

Sale Unit #861

Merged
merged 63 commits into from
Mar 19, 2019
Merged

Sale Unit #861

merged 63 commits into from
Mar 19, 2019

Conversation

solverat
Copy link
Contributor

@solverat solverat commented Mar 8, 2019

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Fixed tickets #837

Todo

  • Docu
  • Tests
  • Labels

@@ -55,6 +58,7 @@ private function addModelsSection(ArrayNodeDefinition $node)
->arrayNode('resources')
->addDefaultsIfNotSet()
->children()
# deprecated
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 we can remove that pretty safely right?

Copy link
Member

@dpfaffenbauer dpfaffenbauer left a 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

@dpfaffenbauer
Copy link
Member

tests are broken now as well:

General error: 1709 Index column size too large. The maximum column size is 767 bytes

CREATE TABLE coreshop_product_unit (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(255) NOT NULL, UNIQUE INDEX UNIQ_803A19D05E237E06 (name), PRIMARY KEY(id)) DEFAULT CHARACTER SET UTF8MB4 COLLATE utf8mb4_unicode_ci ENGINE = InnoDB

@solverat solverat force-pushed the sale_unit branch 2 times, most recently from 8fc1940 to 8f11261 Compare March 13, 2019 20:28
@dpfaffenbauer dpfaffenbauer force-pushed the sale_unit branch 3 times, most recently from 0dae964 to e4bd05e Compare March 17, 2019 12:13
@dpfaffenbauer dpfaffenbauer changed the title [WIP] Sale Unit Sale Unit Mar 19, 2019
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.

2 participants