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>2021-04-15 04:25:53 +0300
committerGitHub <noreply@github.com>2021-04-15 04:25:53 +0300
commit7e091d1a32af18ed506fe113e22bb2a3d8053385 (patch)
tree52c679206547ab4895c5369b9b647542ef6aac8d /plugins/Overlay/lang
parent34f331bfb5521b232f24b4b7aa08201f7ea55a50 (diff)
Workaround error in Overlay when site has no URLs (#17457)
* Set setting value even if set to NULL so it will still be validated. * Make sure when creating a site that the urls options is set. * workaround in Overlay for instances that have an invalid site URL set for some reason * Add integration tests for changes to SitesManager API. * revert non-overlay changes * Add warning if site has no URLs when viewing Overlay.
Diffstat (limited to 'plugins/Overlay/lang')
-rw-r--r--plugins/Overlay/lang/en.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Overlay/lang/en.json b/plugins/Overlay/lang/en.json
index c66e89ee10..383b6013c3 100644
--- a/plugins/Overlay/lang/en.json
+++ b/plugins/Overlay/lang/en.json
@@ -16,6 +16,7 @@
"PluginDescription": "See your analytics data as an Overlay on your actual website. View how many times your users have clicked on each link. Note: Requires the Transitions plugin enabled.",
"RedirectUrlError": "You are attempting to open Page Overlay for the URL \"%1$s\". %2$s None of the domains from the Matomo settings matches the link.",
"RedirectUrlErrorAdmin": "You can add the domain as an additional URL %1$sin the settings%2$s.",
- "RedirectUrlErrorUser": "Ask your administrator to add the domain as an additional URL."
+ "RedirectUrlErrorUser": "Ask your administrator to add the domain as an additional URL.",
+ "ErrorNoSiteUrls": "WARNING: This website has no Site URLs defined in Matomo. This might cause Overlay and other features to break or behave strangely. To fix this, add a URL in the settings for this website in the Matomo Administration section."
}
} \ No newline at end of file