We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The All Websites dashboard accepts invalid dates via URL parameters as per the examples below
https://demo.matomo.cloud/index.php?module=MultiSites&action=index&idSite=2&period=day&date=2024-02-31 takes an invalid date and handles it as the 3rd of March
https://demo.matomo.cloud/index.php?module=MultiSites&action=index&idSite=2&period=day&date=2024-09-31 takes an invalid date and handles it as the 1st of October
The JavaScript datepicker shows an error but the back end still processes the date and shows analytics for the handled date.
This is a bit of a edge case but we should probably throw an exception or display a warning.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The All Websites dashboard accepts invalid dates via URL parameters as per the examples below
https://demo.matomo.cloud/index.php?module=MultiSites&action=index&idSite=2&period=day&date=2024-02-31
takes an invalid date and handles it as the 3rd of March
https://demo.matomo.cloud/index.php?module=MultiSites&action=index&idSite=2&period=day&date=2024-09-31
takes an invalid date and handles it as the 1st of October
The JavaScript datepicker shows an error but the back end still processes the date and shows analytics for the handled date.
This is a bit of a edge case but we should probably throw an exception or display a warning.
The text was updated successfully, but these errors were encountered: