Skip to content
New issue

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

Date and period parameters inconsistent while switching dates via datepicker in Piwik 3.1.1 #12092

Open
RMastop opened this issue Sep 21, 2017 · 0 comments

Comments

@RMastop
Copy link
Contributor

RMastop commented Sep 21, 2017

While switching dates via datepicker, I noticed the date parameter is not equal between the two date parameters:

  • changing datepicker to 2017-09-18:
    piwik/index.php?module=CoreHome&action=index&idSite=1&period=day&date=yesterday#?idSite=1&period=day&date=2017-09-18

  • Changing datepicker to 2017-09-21:
    piwik/index.php?module=CoreHome&action=index&idSite=1&period=day&date=yesterday#?idSite=1&period=day&date=2017-09-21

As you can see, only the second date parameter gets changed while selecting another date.

Switching over to a week of data shows the following:
piwik/index.php?module=CoreHome&action=index&idSite=1&period=day&date=yesterday#?idSite=1&period=week&date=2017-09-07

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants