added missing permission check on project rates in monthly report (#3627)

This commit is contained in:
Kevin Papst
2022-11-05 11:39:18 +01:00
committed by GitHub
parent 642d31432a
commit 3d0f480d9e
2 changed files with 9 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ use Symfony\Component\Security\Core\Authorization\Voter\Voter;
final class EntityMultiRoleVoter extends Voter
{
/**
* support rules based on the given activity
* support rules based on the given activity/project/customer
*/
private const ALLOWED_ATTRIBUTES = [
'budget_money',