title | issue |
---|---|
add custom fields to condition in dynamic product group |
NEXT-9148 |
- Changed computed property
fields
insrc/module/sw-product-stream/component/sw-product-stream-filter/index.js
to have correct getter. - Added method
isItemACustomField
insrc/module/sw-product-stream/component/sw-product-stream-filter/index.js
to check if field is a custom field. - Changed computed
fieldDefinition
insrc/module/sw-product-stream/component/sw-product-stream-value/index.js
to get correct field definition. - Changed method
createProductStream
insrc/module/sw-product-stream/page/sw-product-stream-detail/index.js
to get custom fields when creating product stream filters. - Changed method
getProductCustomFields
insrc/module/sw-product-stream/page/sw-product-stream-detail/index.js
to add a prefixcustomFields.
to value of custom field. - Added method
getCustomFieldLabel
insrc/module/sw-product-stream/page/sw-product-stream-detail/index.js
to get custom field label.