fix pipelines cache

This commit is contained in:
Yurii
2026-04-05 17:16:03 +03:00
parent fad05ffd05
commit 6dd71c47d7

View File

@@ -216,6 +216,7 @@ class PipelineDataProvider
'stages' => $this->serializeStages($pipeline->stages),
'isAvailableForAll' => $pipeline->isAvailableForAll,
'teamIds' => $pipeline->teamIds,
'color' => $pipeline->color,
];
}
@@ -267,6 +268,7 @@ class PipelineDataProvider
'id' => $stage->id,
'name' => $stage->name,
'mappedStatus' => $stage->mappedStatus,
'style' => $stage->style,
];
}