mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-10 10:24:31 +02:00
Renamed "devices" permission to "projects"
This commit is contained in:
parent
f2dfe12087
commit
7b6a906d98
19 changed files with 157 additions and 23 deletions
|
@ -72,7 +72,7 @@ class GroupFixtures extends Fixture
|
|||
|
||||
private function addDevicesPermissions(Group $group): void
|
||||
{
|
||||
$this->permissionManager->setAllOperationsOfPermission($group, 'devices', true);
|
||||
$this->permissionManager->setAllOperationsOfPermission($group, 'projects', true);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue