I'm not 100% sure this is a Date bug but it looks likely.

If you go to http://lacrosseareacameraclub.org/activities/schedule it fills in the default date of yesterday to 3 years from now to show the current schedule. That works fine. If you then use the pager to go to page 2, it repeats 3 nodes that are from the first page. If you then go to page 1, you see why: the date filter goofs up when you use the pager.

The filters in the URL when you go to page 2 look like this (assuming you have not changed the filter from its defaults):

&field_activity_when_value_op=between
&field_activity_when_value[value]
&field_activity_when_value[default_date]=yesterday
&field_activity_when_value[min]
&field_activity_when_value[max]
&field_activity_when_value[default_to_date]=%2B2%20years
&page=1

It looks like some values are missing there? I'm afraid I don't know enough about either Date or exposed filters to be a lot of help but I'd be happy to test any ideas you may have. :)

Thanks,

Michelle

Comments

michelle’s picture

Because the paging is so confusing on the live site, I increased the number of nodes per page and there currently isn't a pager. If you need to see it in action, just let me know.

Michelle

WilliamB’s picture

Aye i ve the same issue and that is causing me the error message i posted in http://drupal.org/node/1239686

My pager link look like:
http://mysite.com/aliasofthepage?datepicker[value]&datepicker[default_da...

when there is only 2 exposed field: title which works fine and datepicker with is a date field with no default value actualy.

karlshea’s picture

Bump, we are seeing the same problem.

WilliamB’s picture

At the moment i corrected it with Javascript. But this is not a long term solution...

nagiek’s picture

Have the same problem. I think it only happens if you have "remember last selection". I think Views is storing Session views variables differently, so the retrieval does not get a proper value.

karlshea’s picture

We are seeing it happen without the "remember last selection" enabled as well.

WilliamB’s picture

Is anyone working on this?

karens’s picture

Status: Active » Fixed
karens’s picture

Status: Fixed » Closed (duplicate)

Wrong status.

michelle’s picture

Well, to be fair, that one is the duplicate, not this one. :P Thanks for fixing it. :)

Michelle

karens’s picture

True, but that is the one I saw first :)

michelle’s picture

Hehe. That's fine. I'm just happy to see it fixed. Just couldn't resist getting a little tease in. :)

Michelle