Merge pull request #2341 from automatisch/duplicate-step-name-while-duplicating-flow

fix(flow): copy over step name while duplicating flow
This commit is contained in:
Ömer Faruk Aydın
2025-02-13 10:32:07 +01:00
committed by GitHub

View File

@@ -312,6 +312,7 @@ class Flow extends Base {
.$relatedQuery('steps')
.insert({
key: step.key,
name: step.name,
appKey: step.appKey,
type: step.type,
connectionId: step.connectionId,