I'm setting a site with a calendar for training courses

I have a field date, wich is course duration, wich can be a 4 hour or four day course.

I set up initially with a start and end date. It shows on calendar, but when viewing, it drags and drops ok, but won't change the date, as when I press F5 it all goes back to initial date.

So this drag and drop functionalilty, is it suposed to change dates or not? What Do I need to do for when I drag and drop it really changes dates and stays persistend on the change I've made?

CommentFileSizeAuthor
calendario - Front-End Matters!.png98.5 KBcleocadio
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tetmo’s picture

Not sure if this helps, but I had a similar situation. I had a working instance and created a new server. Everything was fine until a couple of days later when I noticed that fullcalendar wasn't updating nodes when I would drag and drop them to a new date/time slot. Very frustrating!

Anyway, the solution was easy. Nothing changed on the site so I figured it was a server configuration issue. I compared Apache modules loaded on each system. It turned out that I didn't have mod_rewrite loaded on my new server. After it was loaded fullcalendar worked again with no drag and drop issues.

Solution: Make sure mod_rewrite is loaded.