title | issue | author | author_email | author_github |
---|---|---|---|---|
Changed routing for creating flows from templates |
NEXT-34109 |
Simon Fiebranz |
s.fiebranz@shopware.com |
CR0YD |
- Added the optional parameter
flowTemplateId
, which should be a uuid of a existing flow template, to thesw.flow.create
route, configured insrc/Administration/Resources/app/administration/src/module/sw-flow/index.js
. - Changed the routes for the
sw-tab-item
components insrc/Administration/Resources/app/administration/src/module/sw-flow/page/sw-flow-detail/index.js
so that aflowTemplateId
parameter is always included when it is set in the current route configuration.