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/GetEntryPageUrls.php')
-rw-r--r--plugins/Actions/Reports/GetEntryPageUrls.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/Actions/Reports/GetEntryPageUrls.php b/plugins/Actions/Reports/GetEntryPageUrls.php
index bc5d93489a..418208fc51 100644
--- a/plugins/Actions/Reports/GetEntryPageUrls.php
+++ b/plugins/Actions/Reports/GetEntryPageUrls.php
@@ -1,4 +1,5 @@
<?php
+
/**
* Matomo - free/libre analytics platform
*
@@ -6,6 +7,7 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
*/
+
namespace Piwik\Plugins\Actions\Reports;
use Piwik\Piwik;
@@ -38,8 +40,8 @@ class GetEntryPageUrls extends Base
$this->order = 3;
$this->actionToLoadSubTables = $this->action;
-
$this->subcategoryId = 'Actions_SubmenuPagesEntry';
+ $this->hasGoalMetrics = true;
}
public function getProcessedMetrics()
@@ -76,6 +78,8 @@ class GetEntryPageUrls extends Base
$this->addPageDisplayProperties($view);
$this->addBaseDisplayProperties($view);
+
+ $view->config->show_goals = true;
}
public function getRelatedReports()