It would appear that there is a compatibility issue between Storm 6.x-2.2 and Date 6.x-2.9.

Basically, any dates that are entered using date picker (for tasks, project, etc) are recorded correctly. However, when attempting to edit task, project, whatnot, the date is not correctly retrieved, giving blank date boxes. If the task is then saved with these blank dates, the date is reset. Tasks illustrate this behavior well as the date fields can be easily verified with the Gantt chart.

I have replicated this on a fresh Drupal install and recorded the behavior in the screenshots below.

The solution for me has been to disable date popup, as per line 812 of storm.module. The built in date dropdown menus work fine.

This issue seems similar to but not the same as:
https://drupal.org/node/1418656
https://drupal.org/node/1178598

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

juliangb’s picture

Status: Active » Postponed (maintainer needs more info)

Were you starting with Storm fresh, or were you upgrading from a previous version?

If upgrading, do you know for which version this worked for you previously?

3rd_Iteration’s picture

The test installation was from a completely fresh install of both drupal and storm.