Closed (fixed)
Project:
FullCalendar
Version:
7.x-1.2-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
18 Jan 2011 at 23:02 UTC
Updated:
30 Jan 2011 at 09:24 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | fullcalendar-1031924-2.patch | 703 bytes | tim.plunkett |
Comments
Comment #1
tim.plunkettYup, removed in #673884: Optimize Drupal.parseJSON.
Comment #2
tim.plunkettfullcalendar_update() posts the response as JSON, but $.post returns the HTML already, there's no need to decode it twice.
Comment #3
aspilicious commentedRTBC, confirmed the error, and its gone now :)
Comment #4
tim.plunketthttp://drupal.org/cvs?commit=485166
Comment #5
aspilicious commentedClean up of the issue queue