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@piwik.org>2018-07-03 01:29:55 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2018-07-03 01:29:55 +0300
commit1f2753aa2af2ae98b7bb5dfc6b15546c705b7bbc (patch)
treef049950445dc8b39834140574442444e72d7c340 /plugins/PrivacyManager
parent072e46d6cafc26d3c39eb7c965bf37bddb914039 (diff)
Only show segments based on log_visit table in GDPR search (#13123)
* Only show segments based on log_visit table in GDPR search * fix typo * cs
Diffstat (limited to 'plugins/PrivacyManager')
-rw-r--r--plugins/PrivacyManager/angularjs/manage-gdpr/managegdpr.directive.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/PrivacyManager/angularjs/manage-gdpr/managegdpr.directive.html b/plugins/PrivacyManager/angularjs/manage-gdpr/managegdpr.directive.html
index b6f72d9672..f4f24781ec 100644
--- a/plugins/PrivacyManager/angularjs/manage-gdpr/managegdpr.directive.html
+++ b/plugins/PrivacyManager/angularjs/manage-gdpr/managegdpr.directive.html
@@ -35,6 +35,7 @@
<div>
<label style="margin: 8px 0;display: inline-block;">Find data subjects by</label>
<div piwik-segment-generator
+ visit-segments-only="1"
idsite="manageGdpr.site.id"
ng-model="manageGdpr.segment_filter"></div>
</div>