title | issue |
---|---|
Group actions in flow builder |
NEXT-21284 |
- Added new
groups
method insrc/module/sw-flow/component/sw-flow-sequence-action/index.js
to group flow builder actions. - Added new
ACTION_GROUP
,GROUPS
,GENERAL_GROUP
,TAG_GROUP
,CUSTOMER_GROUP
,ORDER_GROUP
constants insrc/module/sw-flow/constant/flow.constant.js
to define the groups for actions. - Added new
actionGroups
function insrc/module/sw-flow/state/flow.state.js
, - Added new
sw_flow_sequence_action_list
block insrc/module/sw-flow/component/sw-flow-sequence-action/sw-flow-sequence-action.html.twig
. - Changed listing flow builder actions from
sw-single-select
tosw-grouped-single-select
component insrc/module/sw-flow/component/sw-flow-sequence-action/sw-flow-sequence-action.html.twig
. - Changed
ruleCriteria
method insrc/module/sw-flow/component/sw-flow-sequence-condition/index.js
to sorting rules list.