Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 3 column 16
---
title: Extend property select to show property group
issue: NEXT-12264
author_github: @Dominik28111
---
- Added event
select-collapsed
andsearch-term-change
tosw-entity-multi-id-select
- Changed method
getKey()
insw-entity-multi-select/index.js
to return associated property group name - Changed method
onInputSearchTerm()
insw-entity-multi-select/index.js
to update data propsearchTerm
and emit eventsearch-term-change
- Changed method
getKey()
insw-entity-single-select/index.js
to return associated property group name - Added data prop
searchTerm
insw-condition-line-item-property/index.js
- Added computed prop
optionCriteria
insw-condition-line-item-property/index.js
to add property group association to criteria - Changed method
createdComponent
insw-condition-line-item-property/index.js
to useoptionCriteria
for the entity collection and repository search - Added method
setSearchTerm()
insw-condition-line-item-property/index.js
- Added method
onSelectCollapsed()
insw-condition-line-item-property/index.js
- Changed block
sw-condition-line-item-property.html.twig
insw_condition_line_item_properties_field_identifiers
it now usessw-entity-multi-select
to remove add option field for properties - Removed
properties
from product blacklist inproduct-stream-condition.service.js
to give the possibility to filter for properties in dynamic product groups - Added data prop
searchTerm
insw-product-stream-value/index.js
- Changed computed prop
productCriteria
to add property group association to criteria - Added method
setSearchTerm()
insw-product-stream-value/index.js
- Added method
onSelectCollapsed()
insw-product-stream-value/index.js
- Added event listener
select-collapsed
andsearch-term-change
tosw-entity-single-select
in blocksw_product_stream_value_entity_single_value
insw-product-stream-value.html.twig
- Added prop
criteria
tosw-entity-single-select
in blocksw_product_stream_value_entity_single_value
insw-product-stream-value.html.twig
to useproductCriteria
- Changed block
sw_product_stream_value_entity_multi_value
insw-product-stream-value.html.twig
to use newsw-entity-multi-id-select
to display property groups