mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
fix pipelines cache
This commit is contained in:
@@ -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,
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user