title | issue |
---|---|
Set value of an entity inside a flow |
NEXT-17740 |
- Added component
sw-flow-set-entity-custom-field-modal
to show a modal that allows choosing a custom field and setting values for it. - Added
getCustomFieldDescription
function atmodule/sw-flow/component/sw-flow-sequence-action/index.js
to get customer group description. - Added
SET_CUSTOMER_CUSTOM_FIELD
,SET_CUSTOMER_GROUP_CUSTOM_FIELD
andSET_ORDER_CUSTOM_FIELD
into action list atmodule/sw-flow/constant/flow.constant.js
. - Added
customFieldSetCriteria
andcustomFieldCriteria
functions atmodule/sw-flow/page/sw-flow-detail/index.js
to get customer group data if customer group action is exist. - Added icon and title for change custom field content action at
module/sw-flow/service/flow-builder.service.js
. - Added function
showlabel
atapp/component/form/sw-text-editor/index.js
. - Added function
showlabel
atapp/component/media/sw-media-field/index.js
. - Added function
unmounted
atapp/component/form/sw-text-editor/sw-text-editor-toolbar/index.js
. - Deprecated function
beforeDestroy
atapp/component/form/sw-text-editor/sw-text-editor-toolbar/index.js
, useunmounted
instead.