Skip to content
Snippets Groups Projects
Commit b8a31169 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5753: adding correct permissions for csv content report

parent 3320155d
No related branches found
No related tags found
1 merge request!270Feature/istwcms 5754 ebremner csv menu report
......@@ -178,3 +178,4 @@ permissions:
- 'view own unpublished media'
- 'view scheduled content'
- 'view unpublished paragraphs'
- 'view UW CSV reports'
......@@ -21,3 +21,6 @@
'rearrange profiles':
title: 'Rearrange profiles'
description: 'Allows access to the rearrange profiles page.'
'view UW CSV reports':
title: 'View UW CSV reports'
description: 'Allows access to UW CSV reports.'
......@@ -40,5 +40,5 @@ uw_cfg_common.uw_content_report_csv:
_title: 'Download Customers'
_controller: \Drupal\uw_cfg_common\Controller\UwDownloadCsvController::uwContentReport
requirements:
_permission: 'access content'
_permission: 'view UW CSV reports'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment