fix cache and add template pdf to brief file

This commit is contained in:
isUnknown 2025-05-28 17:10:08 +02:00
parent 3a9c213d86
commit 8a9fb35034
3 changed files with 3 additions and 4 deletions

View file

@ -16,7 +16,7 @@ class ProjectPage extends NotificationsPage {
return $stepsData;
}
public function rebuildStepsCache() {
public function rebuildStepsCache() {
// Create steps
$steps = [];
foreach ($this->children() as $child) {