Skip to content

Commit 58244dc

Browse files
authored
Merge pull request #348 from symfony-cmf/wouterj-fix-pwc-role
Fixed typo in publish workflow checker role
2 parents 6a728c9 + 435ff00 commit 58244dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ security:
55
Symfony\Component\Security\Core\User\User: plaintext
66

77
role_hierarchy:
8-
ROLE_ADMIN: [ROLE_USER, ROLE_SONATA_ADMIN, CAN_VIEW_NON_PUBLISHED]
8+
ROLE_ADMIN: [ROLE_USER, ROLE_SONATA_ADMIN, ROLE_CAN_VIEW_NON_PUBLISHED]
99
ROLE_SUPER_ADMIN: [ROLE_ADMIN, ROLE_ALLOWED_TO_SWITCH]
1010

1111
providers:

0 commit comments

Comments
 (0)