title | issue |
---|---|
Add new rule to query strike price in dynamic product group |
NEXT-15177 |
- Added array
percentage
toShopware\Core\Framework\DataAbstractionLayer\Pricing\Price
class. - Changed
encode
anddecode
function inShopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceFieldSerializer
class to savepercentage
value to price json. - Changed
buildAccessor
function inShopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\PriceFieldAccessorBuilder
class to querypercentage
ofprice
in Product.
- Added const
allowedJsonAccessors
inproduct-stream-condition.service.js
to define allowed json accessors can use in product stream. - Changed computed property
fields
insrc/module/sw-product-stream/component/sw-product-stream-filter/index.js
to have correct getter with json accessor. - Changed computed
fieldDefinition
insrc/module/sw-product-stream/component/sw-product-stream-value/index.js
to get correct field definition with json accessor. - Changed computed
options
insrc/module/sw-product-stream/component/sw-product-stream-field-select/index.js
to get correct options with json accessor.