You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/Providers/JetstreamServiceProvider.php
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,7 @@ protected function configurePermissions(): void
109
109
'tags:update',
110
110
'tags:delete',
111
111
'clients:view',
112
+
'clients:view:all',
112
113
'clients:create',
113
114
'clients:update',
114
115
'clients:delete',
@@ -172,6 +173,7 @@ protected function configurePermissions(): void
172
173
'tags:update',
173
174
'tags:delete',
174
175
'clients:view',
176
+
'clients:view:all',
175
177
'clients:create',
176
178
'clients:update',
177
179
'clients:delete',
@@ -232,6 +234,7 @@ protected function configurePermissions(): void
232
234
'tags:update',
233
235
'tags:delete',
234
236
'clients:view',
237
+
'clients:view:all',
235
238
'clients:create',
236
239
'clients:update',
237
240
'clients:delete',
@@ -256,12 +259,13 @@ protected function configurePermissions(): void
256
259
'projects:view',
257
260
'tags:view',
258
261
'tasks:view',
262
+
'clients:view',
259
263
'time-entries:view:own',
260
264
'time-entries:create:own',
261
265
'time-entries:update:own',
262
266
'time-entries:delete:own',
263
267
'organizations:view',
264
-
])->description('Employees have the ability to read, create, and update their own time entries and they can see the projects that they are members of.');
268
+
])->description('Employees have the ability to read, create, and update their own time entries, they can see the projects that they are members of and the clients they are assigned to.');
0 commit comments