optimize detail pages, add new permission for comment posting (#1432)

This commit is contained in:
Kevin Papst
2020-02-02 18:16:23 +01:00
committed by GitHub
parent 6a533579b7
commit 69cf7015d8
12 changed files with 95 additions and 81 deletions

View File

@@ -29,6 +29,7 @@ class ProjectVoter extends AbstractVoter
'delete',
'permissions',
'comments',
'comments_create',
'details',
];