title | issue |
---|---|
Implement flow builder templates |
NEXT-22616 |
- Changed
src/module/sw-flow/index.js
to update routes:/flow/index
will redirect to/flow/index/flows
./flow/index/flows
for showing componentsw-flow-index
on My Flows tab./flow/index/templates
for showing componentsw-flow-list-flow-templates
Flow Templates tab.
- Added component
src/module/sw-flow/page/sw-flow-index
to add the tabs showMy flows
tab andFlow Templates
tab. - Added component
src/module/sw-flow/view/listing/sw-flow-list-flow-templates
for showing My Templates tab content. - Changed component
src/module/sw-flow/page/listing/sw-flow-list
to new locationsrc/module/sw-flow/view/listing/sw-flow-list/index.js
. Deprecated some blocks because they have been moved to modulesrc/module/sw-flow/page/sw-flow-index
- The following components got deprecated:
sw_flow_list_search_bar
sw_flow_list_smart_bar_header
sw_flow_list_smart_bar_actions
- The following components got deprecated:
- Added method
onDuplicateFlow
tosrc/module/sw-flow/page/listing/sw-flow-list/index.js
to duplicate the flow feature. - Added block
sw_flow_list_grid_actions_duplicate
tosrc/module/sw-flow/page/listing/sw-flow-list/sw-flow-list.html.twig
to show the duplicate menu item on grid table.