Merge branch 'master' into tryUpgradeView

This commit is contained in:
2024-08-09 14:21:56 +02:00
13 changed files with 55 additions and 5 deletions
@@ -58,6 +58,7 @@ class ReportsController extends AbstractController
}
$entityManager->persist($report);
$entityManager->flush();
$entityManager->getCache()->evictCollection(Reports::class,"reportsTodos",$report->getId());
$reportsService->tryAddNextReport();
}
return $this->redirect($request->headers->get('referer'));