Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 669 Bytes

2024-03-05-changed-routing-for-creating-flows-from-templates.md

File metadata and controls

10 lines (10 loc) · 669 Bytes
title issue author author_email author_github
Changed routing for creating flows from templates
NEXT-34109
Simon Fiebranz
s.fiebranz@shopware.com
CR0YD

Administration

  • Added the optional parameter flowTemplateId, which should be a uuid of a existing flow template, to the sw.flow.create route, configured in src/Administration/Resources/app/administration/src/module/sw-flow/index.js.
  • Changed the routes for the sw-tab-item components in src/Administration/Resources/app/administration/src/module/sw-flow/page/sw-flow-detail/index.js so that a flowTemplateId parameter is always included when it is set in the current route configuration.