mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-08 04:04:49 +02:00
Merge branch 'master' into api
This commit is contained in:
commit
85f3ba6aaa
35 changed files with 1219 additions and 878 deletions
|
@ -49,6 +49,8 @@ class HomepageController extends AbstractController
|
|||
public function homepage(Request $request, GitVersionInfo $versionInfo, EntityManagerInterface $entityManager,
|
||||
UpdateAvailableManager $updateAvailableManager): Response
|
||||
{
|
||||
$this->denyAccessUnlessGranted('HAS_ACCESS_PERMISSIONS');
|
||||
|
||||
if ($this->isGranted('@tools.lastActivity')) {
|
||||
$table = $this->dataTable->createFromType(
|
||||
LogDataTable::class,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue