added hourly and money budgets to activity, project and customer (#843)
This commit is contained in:
@@ -20,6 +20,7 @@ class ProjectVoter extends AbstractVoter
|
||||
{
|
||||
public const VIEW = 'view';
|
||||
public const EDIT = 'edit';
|
||||
public const BUDGET = 'budget';
|
||||
public const DELETE = 'delete';
|
||||
|
||||
/**
|
||||
@@ -28,7 +29,8 @@ class ProjectVoter extends AbstractVoter
|
||||
public const ALLOWED_ATTRIBUTES = [
|
||||
self::VIEW,
|
||||
self::EDIT,
|
||||
self::DELETE
|
||||
self::BUDGET,
|
||||
self::DELETE,
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user