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:
authorStefan Giehl <stefan@matomo.org>2021-11-15 12:01:14 +0300
committerGitHub <noreply@github.com>2021-11-15 12:01:14 +0300
commit96e5eca9aa24ee7bf07d89f1e29597ad8d4bb499 (patch)
tree2aa383ec6aa6749a5901849b37717bbdb1de468e /plugins/Goals
parent56ee0e34686810f6f9594995ddbe471a2ad2eac0 (diff)
Decode goal top dimension values (#18267)
* Decode goal top dimension values * updates expected UI files
Diffstat (limited to 'plugins/Goals')
-rw-r--r--plugins/Goals/templates/_listTopDimension.twig2
-rw-r--r--plugins/Goals/tests/UI/expected-screenshots/GoalsPages_individual_goal.png4
-rw-r--r--plugins/Goals/tests/UI/expected-screenshots/GoalsPages_individual_goal_updated.png4
3 files changed, 5 insertions, 5 deletions
diff --git a/plugins/Goals/templates/_listTopDimension.twig b/plugins/Goals/templates/_listTopDimension.twig
index 2d63e077b5..612b4123a5 100644
--- a/plugins/Goals/templates/_listTopDimension.twig
+++ b/plugins/Goals/templates/_listTopDimension.twig
@@ -3,7 +3,7 @@
{% set goal_conversion_rate=element.conversion_rate %}
<span class='goalTopElement' title='{{ 'Goals_Conversions'|translate("<b>"~goal_nb_conversion|number~"</b>")|raw }},
{{ 'Goals_ConversionRate'|translate("<b>"~goal_conversion_rate|number~"</b>")|raw }}'>
- {{ element.name }}
+ {{ element.name|rawSafeDecoded }}
</span>
{% import 'macros.twig' as piwik %}
diff --git a/plugins/Goals/tests/UI/expected-screenshots/GoalsPages_individual_goal.png b/plugins/Goals/tests/UI/expected-screenshots/GoalsPages_individual_goal.png
index a7dbc81084..cb5ae5d62c 100644
--- a/plugins/Goals/tests/UI/expected-screenshots/GoalsPages_individual_goal.png
+++ b/plugins/Goals/tests/UI/expected-screenshots/GoalsPages_individual_goal.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:922967cd012428aa4b7a8dab4e03bf8c7db9ff3fbdf4f582750ecfbb0f24c59b
-size 200831
+oid sha256:b8d04daa8fb5f5bf61942ac269b338ad57885aadbb28a77d3b3be1c92b78b58f
+size 196315
diff --git a/plugins/Goals/tests/UI/expected-screenshots/GoalsPages_individual_goal_updated.png b/plugins/Goals/tests/UI/expected-screenshots/GoalsPages_individual_goal_updated.png
index e95f6576e6..73a855f106 100644
--- a/plugins/Goals/tests/UI/expected-screenshots/GoalsPages_individual_goal_updated.png
+++ b/plugins/Goals/tests/UI/expected-screenshots/GoalsPages_individual_goal_updated.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:b276190f043db10e2609a26ee118c7f02cc8cb0fa945d97a417a2ffb1d06e9c9
-size 201792
+oid sha256:242f159a0ba2b86c89b0a1d966b8e6264f6f0f7f1000ca018291da2ddeb867e4
+size 197093