sulu / SuluProductBundle

Sulu product bundle
MIT License
7 stars 8 forks source link

[BUGFIX] Fixed setting attributes of value 0 #352

Closed turbo-ele closed 7 years ago

turbo-ele commented 7 years ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets none
Related issues/PRs none
License MIT

What's in this PR?

This PR fixes setting attributes of value '0'

Why?

Previously, when setting an attribute to a product with value '0', the relation was deleted. Now a value translation '0' is created.

wachterjohannes commented 7 years ago

ack