Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Bug in $.fullCalendar('unselect') and reportSelection in ResourceView when selectable option is true and when date, month, year is specified for default date #23

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

binarygeotech
Copy link

When in any of the resourceviews with selectable option of $.fullCalendar({}) is set to true, the overlay was not removed.

-- Added "ev, view, resource" arguments to SelectionManager's select and reportSelection functions
-- Removed reportSelection function from ResourceView and revert back to S
-- Added the CurrentView (t) to reportSelection Call
-- Fixed bugs when default date is specified using date, month and year options

binarygeotech and others added 6 commits August 23, 2014 05:48
…View when selectable option is true

-- Added "ev, view, resource" arguments to SelectionManager's select and reportSelection functions
-- Removed reportSelection function from ResourceView and revert back to SelectionManager reportSelection function
Added the CurrentView (t) to reportSelection Call
…View when selectable option is true

-- Added "ev, view, resource" arguments to SelectionManager's select and reportSelection functions
-- Removed reportSelection function from ResourceView and revert back to SelectionManager reportSelection function
added "date || " to in case if the user specified default start date for the calendar
added "date || " to in case if the user specified default start date for the calendar
added "date || " to in case if the user specified default start date for the calendar
@binarygeotech binarygeotech changed the title Fixed Bug in $.fullCalendar('unselect') and reportSelection in ResourceView when selectable option is true Fixed Bug in $.fullCalendar('unselect') and reportSelection in ResourceView when selectable option is true and when date, month, year is specified for default date Aug 24, 2014
fixed invalid resource object, resource element and view when renderResource callback is used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant