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>2019-12-22 21:24:55 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2019-12-22 21:24:55 +0300
commita9a94e937b5faec70e5388c527517ac8dd531fa2 (patch)
tree7796196581c009935b2a963cf2325bbe0ca137ee /plugins/CoreHome/templates
parent36b1997c5b3306a9d8dd211b781aa0d0c87ab09f (diff)
Disable pivot by if comparison is enabled. (#15305)
Diffstat (limited to 'plugins/CoreHome/templates')
-rw-r--r--plugins/CoreHome/templates/_dataTableActions.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreHome/templates/_dataTableActions.twig b/plugins/CoreHome/templates/_dataTableActions.twig
index 05be8b9834..5c4151a213 100644
--- a/plugins/CoreHome/templates/_dataTableActions.twig
+++ b/plugins/CoreHome/templates/_dataTableActions.twig
@@ -146,7 +146,7 @@
<div class="configItem dataTableExcludeLowPopulation"></div>
</li>
{% endif %}
- {% if properties.show_pivot_by_subtable|default is not empty %}
+ {% if properties.show_pivot_by_subtable|default is not empty and not isComparing|default(false) %}
<li>
<div class="configItem dataTablePivotBySubtable"></div>
</li>