diff --git a/mailpoet/lib/AdminPages/Pages/AutomationEditor.php b/mailpoet/lib/AdminPages/Pages/AutomationEditor.php index da0834322f..41f215534a 100644 --- a/mailpoet/lib/AdminPages/Pages/AutomationEditor.php +++ b/mailpoet/lib/AdminPages/Pages/AutomationEditor.php @@ -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(),