When viewing a calendar (project, own or all) at first there are entries corresponding to task dates in current month. When clicking 'prev' or 'next' arrows AJAXed part of the page refreshes, month changes but this month entries can be seen only for a second, then they disappear. After that, calendar is empty no matter what month or view mode (week/day) I choose. After full page refresh (F5) current month with its entries is back and messagebox with the following errors shown:

The value input for field Start date is invalid:
The value 2014-02-23 does not match the expected format.
The value input for field End date is invalid:
The value 2014-04-06 does not match the expected format.
etc.

Comments

manuelBS’s picture

This seems to be a bug in the latest version of the date module. I downgraded again to the version 2.7 and it worked again. For you the same?

manuelBS’s picture

I now figured out that there is workarround by setting the date formats according to http://screencast.com/t/buEwVbIKtZqH
This can be set in admin/config/regional/date-time

gifthorse’s picture

According to profiles/erpal/modules/contrib/date/date.info, version 2.7 is shipped with beta1 so I can't downgrade.

Workaround from #2 helped, thank you!

manuelBS’s picture

Status: Active » Needs work

There is a workarround but we still need to find out where exactly the problem comes from.

VVS’s picture

manuelBS’s picture

Thanks for pointing me to this patch! I will also test it to fix this issue.

gifthorse’s picture

Status: Needs work » Fixed

As far as I see this is fixed in beta5.

manuelBS’s picture

Thanks for the feedback!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.