Merge pull request #2419 from automatisch/aut-1498
fix(flow-export): update all parameters
This commit is contained in:
@@ -33,7 +33,7 @@ const updateParameters = (parameters, stepIdMap) => {
|
|||||||
let updatedParameters = stringifiedParameters;
|
let updatedParameters = stringifiedParameters;
|
||||||
|
|
||||||
Object.entries(stepIdMap).forEach(([oldStepId, newStepId]) => {
|
Object.entries(stepIdMap).forEach(([oldStepId, newStepId]) => {
|
||||||
updatedParameters = updatedParameters.replace(
|
updatedParameters = updatedParameters.replaceAll(
|
||||||
`{{step.${oldStepId}.`,
|
`{{step.${oldStepId}.`,
|
||||||
`{{step.${newStepId}.`
|
`{{step.${newStepId}.`
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user