I have the problem where if you drag and event in the calendar, I get a message saying my changes have been saved....but when I switch to the week or day view or to another month of the year and then go back to the events that I drug they appear to have reverted back to there original state. However if you refresh the page, the changes are then reflected.

My apologies if this becomes another "duplicate" on this topic. I have searched through almost all the issues with "drag" and this is my analysis and I am still having the issue.

http://drupal.org/node/1249620 points to
http://drupal.org/node/1182292 points to
http://drupal.org/node/971034 resolved on September 9, 2011

The above submitted issues appear to be the same topic...however they are a bit dated at this point and while using the latest and greatest I still have this issue. Also I see a lot of mention in the http://drupal.org/node/971034 issue about the "Use Ajax" option in the fullcallendar view advanced options. I however can not find this option (see attached views image) and was wondering if it had been removed from Views. If that is the case what is the configuration I should use to get the expected functionality?

Configuration:

  • FullCalendar 7.x-2.0-beta2
  • Views 7.x-3.1
  • CTools 7.x-1.0-rc1
  • Date 7.x-2.0-rc1

Thank you for the help.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

aspilicious’s picture

You should remove the fullcalendar display. You just need the regular standard display and it will work perfectly.

tim.plunkett’s picture

Title: Drag/Drop rescheduling and Views "Use Ajax" » Using the deprecated FullCalendar display plugin prevents use of Ajax
Assigned: DystortedSylence » Unassigned
Category: bug » task

Your view is built with the deprecated FullCalendar display, it is supposed to be removed before the stable release.
If you use the page or block display, that option will be available.

Leaving this open to figure out how to safely move people off of the old display plugin.

This might be blocked on #1401778: Add the ability to clone a display while changing the display plugin.

DystortedSylence’s picture

That did the trick. Thank you!

tim.plunkett’s picture

Status: Active » Needs review
FileSize
2 KB

It looks like we might never be able to remove the entry in hook_views_plugins. But we can just point them at views_plugin_display_page instead.

aspilicious’s picture

Status: Needs review » Reviewed & tested by the community

sad sad story... I would like to burn it down...

tim.plunkett’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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