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:
authordizzy <diosmosis@users.noreply.github.com>2022-03-29 20:58:20 +0300
committerGitHub <noreply@github.com>2022-03-29 20:58:20 +0300
commit87a7af9fcaf4701caa97595532376578c90ea685 (patch)
tree0d4a10802f5c76f554f570dc9b16fbec92df8f5c /plugins/PrivacyManager/templates
parent87c758d3cff67bb0647d9874ba68408ddf918082 (diff)
[Vue] Migrate the matomo-anonymize-log-data directive (#18985)
* start conversion * finish migrating anonymize log data * fixing UI tests * fix input bindings * get to workin UI * try to fix test Co-authored-by: sgiehl <stefan@matomo.org>
Diffstat (limited to 'plugins/PrivacyManager/templates')
-rw-r--r--plugins/PrivacyManager/templates/privacySettings.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PrivacyManager/templates/privacySettings.twig b/plugins/PrivacyManager/templates/privacySettings.twig
index 485935f99b..1d3d85530e 100644
--- a/plugins/PrivacyManager/templates/privacySettings.twig
+++ b/plugins/PrivacyManager/templates/privacySettings.twig
@@ -262,7 +262,7 @@
</p>
{% if isSuperUser %}
- <div matomo-anonymize-log-data></div>
+ <div vue-entry="PrivacyManager.AnonymizeLogData"></div>
{% else %}
<p>Only a user with Super User access can anonymize previously tracked raw data.</p>
{% endif %}