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/GetPageTitles.php')
-rw-r--r--plugins/Actions/Reports/GetPageTitles.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/Actions/Reports/GetPageTitles.php b/plugins/Actions/Reports/GetPageTitles.php
index de4a71e056..06a02debe2 100644
--- a/plugins/Actions/Reports/GetPageTitles.php
+++ b/plugins/Actions/Reports/GetPageTitles.php
@@ -40,8 +40,8 @@ class GetPageTitles extends Base
);
$this->actionToLoadSubTables = $this->action;
-
$this->subcategoryId = 'Actions_SubmenuPageTitles';
+ $this->hasGoalMetrics = true;
}
public function getMetrics()
@@ -80,6 +80,8 @@ class GetPageTitles extends Base
$this->addPageDisplayProperties($view);
$this->addBaseDisplayProperties($view);
+
+ $view->config->show_goals = true;
}
public function getRelatedReports()