Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Actions/Reports/GetPageUrls.php')
-rw-r--r--plugins/Actions/Reports/GetPageUrls.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/Actions/Reports/GetPageUrls.php b/plugins/Actions/Reports/GetPageUrls.php
index 794848a8a5..58d60415fd 100644
--- a/plugins/Actions/Reports/GetPageUrls.php
+++ b/plugins/Actions/Reports/GetPageUrls.php
@@ -42,6 +42,7 @@ class GetPageUrls extends Base
);
$this->subcategoryId = 'General_Pages';
+ $this->hasGoalMetrics = true;
}
public function configureWidgets(WidgetsList $widgetsList, ReportWidgetFactory $factory)
@@ -79,6 +80,8 @@ class GetPageUrls extends Base
$this->addPageDisplayProperties($view);
$this->addBaseDisplayProperties($view);
+ $view->config->show_goals = true;
+
// related reports are only shown on performance page
if ($view->requestConfig->getRequestParam('performance') !== '1') {
$view->config->related_reports = [];