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:
authorThomas Steur <tsteur@users.noreply.github.com>2019-11-19 09:58:48 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2019-11-19 09:58:48 +0300
commitb8f31b2cd67191f9b50aae31b19e59ff5e31c43b (patch)
tree516eebfd502e2f2363b5af3f4222ff2252b3597b
parent7ece9e1958ffa8416e4cb03719d9e04595cd0a6f (diff)
Proceed rate in Goal Funnel report and row evolution of funnel is mismatching (#15171)
fix DEV-1821
-rw-r--r--core/API/Inconsistencies.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/API/Inconsistencies.php b/core/API/Inconsistencies.php
index 738285816b..a3456a7e20 100644
--- a/core/API/Inconsistencies.php
+++ b/core/API/Inconsistencies.php
@@ -38,6 +38,8 @@ class Inconsistencies
'nb_visits_percentage',
'/.*_evolution/',
'/goal_.*_conversion_rate/',
+ '/step_.*_rate/',
+ '/funnel_.*_rate/',
'/form_.*_rate/',
'/field_.*_rate/',
);