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:
authorThomas Steur <tsteur@users.noreply.github.com>2021-05-17 05:20:12 +0300
committerGitHub <noreply@github.com>2021-05-17 05:20:12 +0300
commitb77e5ff594cdae59862dd4d863220baffc200bec (patch)
treeaa5b294359b3500efbb0c05441c7565f65a8530e /plugins/Marketplace
parent39450bcd294658f1a888eed4cbf5e31f1cf8485d (diff)
Make more link work again in marketplace plugin list (#17570)
fix https://github.com/matomo-org/matomo/issues/17561
Diffstat (limited to 'plugins/Marketplace')
-rw-r--r--plugins/Marketplace/angularjs/marketplace/marketplace.directive.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/Marketplace/angularjs/marketplace/marketplace.directive.js b/plugins/Marketplace/angularjs/marketplace/marketplace.directive.js
index 7801e8870d..4df38744db 100644
--- a/plugins/Marketplace/angularjs/marketplace/marketplace.directive.js
+++ b/plugins/Marketplace/angularjs/marketplace/marketplace.directive.js
@@ -37,6 +37,8 @@
after: 'a.more',
watch: 'window'
});
+
+ piwik.helper.compileAngularComponents(element.find('[piwik-plugin-name]'));
function syncMaxHeight2 (selector) {
@@ -111,4 +113,4 @@
}
};
}
-})(); \ No newline at end of file
+})();