Skip to content

Commit 503c88a

Browse files
authored
Merge pull request #21 from felipeCornejoC/bugfix/FavoritePermissions
bugfix: Update ACL Data
2 parents 5a8617d + 2f08c5f commit 503c88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Synolia/Bundle/FavoriteBundle/Migrations/Data/ORM/UpdateFrontendPermissionsForRoles.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ protected function getACLData(): array
4545
'entity:' . Favorite::class => ['VIEW_SYSTEM', 'CREATE_SYSTEM', 'EDIT_SYSTEM', 'DELETE_SYSTEM'],
4646
],
4747
'ROLE_FRONTEND_BUYER' => [
48-
'entity:' . Favorite::class => ['VIEW_BASIC', 'CREATE_BASIC', 'EDIT_BASIC', 'DELETE_BASIC'],
48+
'entity:' . Favorite::class => ['VIEW_LOCAL', 'CREATE_LOCAL', 'EDIT_LOCAL', 'DELETE_LOCAL'],
4949
],
5050
'ROLE_FRONTEND_ANONYMOUS' => [
5151
'entity:' . Favorite::class => ['VIEW_NONE', 'CREATE_NONE', 'EDIT_NONE', 'DELETE_NONE'],

0 commit comments

Comments
 (0)