We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e81c86 commit 1b2e447Copy full SHA for 1b2e447
1 file changed
modules/os2forms_forloeb/os2forms_forloeb.routing.yml
@@ -17,7 +17,7 @@ os2forms_forloeb.meastro_notification.preview:
17
webform:
18
type: 'entity:webform'
19
requirements:
20
- _permission: 'view any webform submission'
+ _entity_access: 'webform.view'
21
22
os2forms_forloeb.meastro_notification.preview_render:
23
path: '/admin/structure/webform/manage/{webform}/os2forms_forloeb/notification/{handler}/preview/{notification_type}/{content_type}/render/{submission}'
@@ -31,7 +31,7 @@ os2forms_forloeb.meastro_notification.preview_render:
31
submission:
32
type: 'entity:webform_submission'
33
34
+ _entity_access: 'submission.view'
35
36
os2forms_forloeb.meastro_notification.preview_message:
37
path: '/os2forms_forloeb/notification/message'
0 commit comments