Navigation Menu

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

Fix calendar block issues with all-day events #7630

Merged
merged 2 commits into from May 7, 2019

Conversation

biplobice
Copy link
Contributor

This PR fixes the following two issues of the calendar block related to fullcalendar.

  • Doesn't show the last date of the events which end time is before 9 am. Because full calendar has default: "09:00:00" (9am) threshold.
  • Doesn't show the last date of an all-day event. It's because The exclusive date/time an event ends. Check here

Noted that, it doesn't reflect on the dashboard page because of PHP validation.

There is a discussion regarding this issue on full calendar git and it's still open!
fullcalendar/fullcalendar#2985

Screenshots

Dashboard

screen shot 2019-03-07 at 15 56 10

Calendar block

screen shot 2019-03-07 at 15 57 42

@biplobice biplobice changed the title Fix/calendar block Fix calendar block issues with all-day events Mar 7, 2019
@aembler aembler merged commit d937b9d into concretecms:develop May 7, 2019
@biplobice biplobice deleted the fix/calendar-block branch May 8, 2019 01:04
acohin pushed a commit to acohin/concrete5 that referenced this pull request Feb 9, 2020
Fix calendar block issues with all-day events
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.

None yet

2 participants