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) {
|
'steps' => array_map(function (Step $step) {
|
||||||
return [
|
return [
|
||||||
'id' => $step->getId(),
|
'id' => $step->getId(),
|
||||||
|
'name' => $step->getName(),
|
||||||
'type' => $step->getType(),
|
'type' => $step->getType(),
|
||||||
'key' => $step->getKey(),
|
'key' => $step->getKey(),
|
||||||
'next_step_id' => $step->getNextStepId(),
|
'next_step_id' => $step->getNextStepId(),
|
||||||
|
Reference in New Issue
Block a user