Fixes and TODO
This commit is contained in:
parent
702a1e7d46
commit
c7ae8e0f3f
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user