Share Step name with editor application
[MAILPOET-4445]
This commit is contained in:
@@ -64,6 +64,7 @@ class AutomationEditor {
|
||||
'steps' => array_map(function (Step $step) {
|
||||
return [
|
||||
'id' => $step->getId(),
|
||||
'name' => $step->getName(),
|
||||
'type' => $step->getType(),
|
||||
'key' => $step->getKey(),
|
||||
'next_step_id' => $step->getNextStepId(),
|
||||
|
Reference in New Issue
Block a user