Skip to content
Snippets Groups Projects
Commit ea1333b8 authored by Tim Plunkett's avatar Tim Plunkett
Browse files

Issue #1138516 by tim.plunkett: Check fully loaded options, not just altered options.

parent a6ec1942
No related branches found
Tags 7.x-1.0-beta3
Loading
FullCalendar 7.x-2.x, xxxx-xx-xx
--------------------------------
FullCalendar 7.x-2.0-alpha5, 2011-04-28
---------------------------------------
#1138516 by tim.plunkett: Check fully loaded options, not just altered options.
#1139192 by tim.plunkett: Initialize arrays before usage.
#1138612 by aspilicious: Fixed coding standards for Fullcalendar Colors.
#1137218 by tim.plunkett: Let empty handler set dom id and display Google Calendar events.
......@@ -84,6 +88,7 @@ FullCalendar 7.x-1.2, 2011-01-19
FullCalendar 6.x-2.x, xxxx-xx-xx
--------------------------------
#1076576 by tim.plunkett: Added support for repeating dates.
#1137218 by tim.plunkett: Let empty handler set dom id and display Google Calendar events.
#1137234 by tim.plunkett: Hide views options if not needed.
#1033010 by tim.plunkett: Provide a default view as an example.
......
......@@ -174,7 +174,7 @@ function fullcalendar_fullcalendar_classes($entity) {
function fullcalendar_get_settings($view) {
global $language;
$options = $view->style_options;
$options = $view->style_plugin->options;
static $dom_id = 1;
if (empty($view->dom_id)) {
$view->dom_id = 'fc-' . $dom_id++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment