Fixed permissions for tasks endpoints

This commit is contained in:
Constantin Graf
2024-04-09 13:06:56 +02:00
parent b9ee79174a
commit 234fa06324
8 changed files with 163 additions and 9 deletions

View File

@@ -119,6 +119,10 @@ class JetstreamServiceProvider extends ServiceProvider
'tags:create',
'tags:update',
'tags:delete',
'clients:view',
'clients:create',
'clients:update',
'clients:delete',
'organizations:view',
'members:view',
])->description('Managers have the ability to read, create, and update their own time entries as well as those of their team.');