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-04-06 11:24:36 +0300
committerGitHub <noreply@github.com>2022-04-06 11:24:36 +0300
commit59f26bc0f5436426d5b42876a4c535973b519c2f (patch)
treece9bbd3b6844db353b3417b739bca2f5f8f1fd4e /plugins/PrivacyManager/templates
parenteb27d163a82d667c36c3c071991daf97c62c4ac0 (diff)
[Vue] migrate manage gdpr directive to Vue (#19002)
* start migrating segment generator directive * get to build * remove some TODO * rebuilt * get UI tests to pass * fix ng-model handling * migrate manage gdpr directive to vue * fixing UI tests in PrivacyManager * update expected screenshots * apply review fixes * fix missing translation key Co-authored-by: sgiehl <stefan@matomo.org>
Diffstat (limited to 'plugins/PrivacyManager/templates')
-rw-r--r--plugins/PrivacyManager/templates/gdprTools.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PrivacyManager/templates/gdprTools.twig b/plugins/PrivacyManager/templates/gdprTools.twig
index 228c1cb240..685156c254 100644
--- a/plugins/PrivacyManager/templates/gdprTools.twig
+++ b/plugins/PrivacyManager/templates/gdprTools.twig
@@ -3,5 +3,5 @@
{% set title %}{{ 'PrivacyManager_GDPR'|translate }}{% endset %}
{% block content %}
- <div matomo-manage-gdpr></div>
+ <div vue-entry="PrivacyManager.ManageGdpr"></div>
{% endblock %}