Jump to:
| Project: | Calendar |
| Version: | 7.x-3.4 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I've made a a view with calendar displays dynamically filtered by taxonomy terms. The argument paths are constructed as such:
months:
www.mysite.com/calendars/term%/month/2012-08
weeks:
www.mysite.com/calendars/term%/week/2012-W33
days:
www.mysite.com/calendars/term%/day/2012-08-11
years:
www.mysite.com/calendars/term%/year/2013
The calendar and my term arguments work perfectly together until I click on a month link in the year display. The month links in this display want to pick up the entire argument alias and it results in a path like this:
www.mysite.com/calendars/term%/month/term%/2012-08
This results in a broken/half-displayed month view (in my particular example, it shows the first two weeks of august with classes of "past" and "empty" applied to the <td>s).
Is there at least some way I can turn off the links to months while this bug is being addressed?
Comments
#1
I got exactly the same thing with user argument.
The url I setup for month calendar and that works well is : /user/%uid/calendar/month/%date
But when I go to the year display and I click on the month link, I got that url for example with user %61 and the month 2013, January
/user/61/calendar/month/61/2013-01
I got 61 twice, the one just before the date should not be here.
#2
bump. Any updates on this?