Skip to content

Commit

Permalink
Merge pull request #7343 from ProcessMaker/feature/FOUR-18977
Browse files Browse the repository at this point in the history
feature/FOUR-18977: Create a new Permission “View All Cases”, this should be disable as default
  • Loading branch information
pmPaulis authored Sep 10, 2024
2 parents 7b78095 + b42c48c commit 4676c14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/seeders/PermissionSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ class PermissionSeeder extends Seeder
'edit-user-and-password',
],
'Requests' => [
'view-all_cases',
'view-all_requests',
'edit-request_data',
'edit-task_data',
Expand Down

0 comments on commit 4676c14

Please sign in to comment.