I get Drupal.parseJson is not a function (in Firebug console) when dragging dates. Must have been removed for D7. Drag and drop does work but no message is displayed.

CommentFileSizeAuthor
#2 fullcalendar-1031924-2.patch703 bytestim.plunkett
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tim.plunkett’s picture

Assigned: Unassigned » tim.plunkett
tim.plunkett’s picture

Status: Active » Needs review
FileSize
703 bytes

fullcalendar_update() posts the response as JSON, but $.post returns the HTML already, there's no need to decode it twice.

aspilicious’s picture

Status: Needs review » Reviewed & tested by the community

RTBC, confirmed the error, and its gone now :)

tim.plunkett’s picture

Status: Reviewed & tested by the community » Fixed
aspilicious’s picture

Status: Fixed » Closed (fixed)

Clean up of the issue queue