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:
@@ -312,6 +312,7 @@ class Flow extends Base {
|
|||||||
.$relatedQuery('steps')
|
.$relatedQuery('steps')
|
||||||
.insert({
|
.insert({
|
||||||
key: step.key,
|
key: step.key,
|
||||||
|
name: step.name,
|
||||||
appKey: step.appKey,
|
appKey: step.appKey,
|
||||||
type: step.type,
|
type: step.type,
|
||||||
connectionId: step.connectionId,
|
connectionId: step.connectionId,
|
||||||
|
|||||||
Reference in New Issue
Block a user