mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Expanded rights to also manage actions instead of just a cruds
This commit is contained in:
@@ -51,7 +51,7 @@ class RequestedAction extends RequestedUser implements RequestedActionInterface
|
||||
private function setRequestedRightCrudType(string $actionType): void
|
||||
{
|
||||
$crudType = $this->getCrudType($actionType);
|
||||
$this->requestedRight->setCrud($crudType);
|
||||
$this->requestedRight->setActionType($crudType);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user