From b4baa0ab403fe1c34c9086ce86f541772bd18ec1 Mon Sep 17 00:00:00 2001 From: Jeffrey Schmitz Date: Mon, 16 Sep 2019 18:39:16 +0200 Subject: [PATCH] Disable permission --- src/controllers/ReportsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/ReportsController.php b/src/controllers/ReportsController.php index 6a4aca2..53bf0df 100644 --- a/src/controllers/ReportsController.php +++ b/src/controllers/ReportsController.php @@ -415,7 +415,7 @@ public function actionDeleteGroup(): Response */ public function actionExportReport() { - $this->requirePermission($this->permissions['sproutReports-viewReports']); +// $this->requirePermission($this->permissions['sproutReports-viewReports']); $reportId = Craft::$app->getRequest()->getParam('reportId');