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:
authordiosmosis <diosmosis@users.noreply.github.com>2018-07-24 05:38:02 +0300
committerGitHub <noreply@github.com>2018-07-24 05:38:02 +0300
commit62ae5470d03d89b6670e06535eec41de7d4bacc2 (patch)
treeee4a5d91b42f143b3dc786953bb7bb21adacb994 /plugins/Events
parent8494445c2ad6fb31163df47607cffd7141f4c11f (diff)
Add segment for event value dimension. (#13090)
* Add segment for event value dimension. * update some test files * subtable IDs updated
Diffstat (limited to 'plugins/Events')
-rw-r--r--plugins/Events/Columns/EventValue.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Events/Columns/EventValue.php b/plugins/Events/Columns/EventValue.php
index 1a174553a0..2d8c5e491a 100644
--- a/plugins/Events/Columns/EventValue.php
+++ b/plugins/Events/Columns/EventValue.php
@@ -23,6 +23,7 @@ class EventValue extends ActionDimension
protected $columnName = 'custom_float';
protected $category = 'Events_Events';
protected $type = self::TYPE_FLOAT;
+ protected $segmentName = 'eventValue';
public function getDbDiscriminator()
{