Skip to content
Snippets Groups Projects
Commit 0d50ba4f authored by omkar yewale's avatar omkar yewale Committed by Vladimir Roudakov
Browse files

Issue #3350434 by omkar_yewale, brunapimenta, shobhit_juyal,...

Issue #3350434 by omkar_yewale, brunapimenta, shobhit_juyal, Andrew.Macpherson: Error trying to view reports
parent 1a0ca6d8
No related branches found
No related tags found
1 merge request!2Issue #3350434: Error trying to view reports
......@@ -341,7 +341,7 @@ class ReportGenerator {
'label' => $info['label'],
'id' => $bundle,
'translatable' => $info['translatable'] ? $this->t('True') : $this->t('False'),
'count' => $query->count()->execute(),
'count' => $query->accessCheck(FALSE)->count()->execute(),
];
// Process each language.
......
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