diff --git a/app/Models/AutomationNodeRun.php b/app/Models/AutomationNodeRun.php index 83fd0b2a..efdda37a 100644 --- a/app/Models/AutomationNodeRun.php +++ b/app/Models/AutomationNodeRun.php @@ -1,5 +1,7 @@ Automation::factory(), + 'node_id' => 'node_'.fake()->randomNumber(6), + 'data' => [], + ]; + } +} diff --git a/database/factories/AutomationRunFactory.php b/database/factories/AutomationRunFactory.php index cf29d6fb..f6bfbec4 100644 --- a/database/factories/AutomationRunFactory.php +++ b/database/factories/AutomationRunFactory.php @@ -1,5 +1,7 @@ 'Automations', 'default_name' => 'New automation', diff --git a/lang/en/sidebar.php b/lang/en/sidebar.php index 28138b21..2892a5f6 100644 --- a/lang/en/sidebar.php +++ b/lang/en/sidebar.php @@ -1,5 +1,7 @@ 'Workspaces', 'select_workspace' => 'Select workspace', diff --git a/lang/es/automations.php b/lang/es/automations.php index 65c3a857..754b0f97 100644 --- a/lang/es/automations.php +++ b/lang/es/automations.php @@ -1,5 +1,7 @@ 'Automatizaciones', 'default_name' => 'Nueva automatización', diff --git a/lang/es/sidebar.php b/lang/es/sidebar.php index e0705d32..291ec360 100644 --- a/lang/es/sidebar.php +++ b/lang/es/sidebar.php @@ -1,5 +1,7 @@ 'Workspaces', 'select_workspace' => 'Seleccionar workspace', diff --git a/lang/pt-BR/automations.php b/lang/pt-BR/automations.php index 41178384..828398e9 100644 --- a/lang/pt-BR/automations.php +++ b/lang/pt-BR/automations.php @@ -1,5 +1,7 @@ 'Automações', 'default_name' => 'Nova automação', diff --git a/lang/pt-BR/sidebar.php b/lang/pt-BR/sidebar.php index 73cbcad0..e4178c6e 100644 --- a/lang/pt-BR/sidebar.php +++ b/lang/pt-BR/sidebar.php @@ -1,5 +1,7 @@ 'Espaços de trabalho', 'select_workspace' => 'Selecionar workspace', diff --git a/tests/Feature/Automation/AutomationEncryptionTest.php b/tests/Feature/Automation/AutomationEncryptionTest.php index 892c6fc4..6109d6db 100644 --- a/tests/Feature/Automation/AutomationEncryptionTest.php +++ b/tests/Feature/Automation/AutomationEncryptionTest.php @@ -1,5 +1,7 @@