diff --git a/README.md b/README.md index cb93bda..af0e460 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,4 @@ export TAG="0.0.1" && echo "$TAG" > "./public/version.txt" && sudo docker build * Maintenance Relations * Shippable servers in maintenance * Zakazníci +* Možnost comentáže pokud skipneš host/task require comment diff --git a/app/Jobs/ScheduleNextMaintenance.php b/app/Jobs/ScheduleNextMaintenance.php index 12700c1..f24463e 100644 --- a/app/Jobs/ScheduleNextMaintenance.php +++ b/app/Jobs/ScheduleNextMaintenance.php @@ -45,7 +45,7 @@ class ScheduleNextMaintenance implements ShouldQueue 'host_id' => $host->id ]); - $tasks = $maintenance->tasks; + $tasks = $maintenance->hosts->find($host->id)->tasks; foreach ($tasks as $key => $task) { $maintenancePlannedHost->historyTasks()->create([ 'maintenance_task_id' => $task->id,