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

Bugfix/calendar issues #5293

Merged
merged 3 commits into from
Aug 4, 2020
Merged

Bugfix/calendar issues #5293

merged 3 commits into from
Aug 4, 2020

Conversation

crossan007
Copy link
Contributor

@crossan007 crossan007 commented Jul 3, 2020

What's this PR do?

Reverts react-bootstrap to use Bootstrap 3 instead of 4.
Fixes the data type of the Date passed to the calendar's event modal dialog

What Issues does it Close?

Closes #5292
Closes #5291
Closes #5287

Steps to test:

  • Open the calendar view in 4.1.0, and click on either an existing event, or click in a "blank area" to create a new event

  • Observe the Javascript console indicates RangeError: Invalid time value, and the dialog does not appear.

  • Now, checkout this branch and run npm install and npm run build-react, then refresh the calendar page and observe that the steps above result in the modal dialog being displayed.

Copy link
Collaborator

@MrClever MrClever left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whilst it’s unfortunate we have do revert to an earlier bootstrap version, this is a good fix and works on my dev environment. Strongly suggest we milestone this for a 4.1.1 release ASAP :) Nice work Charles!

@DawoudIO DawoudIO added this to the 4.1.1 milestone Aug 4, 2020
@DawoudIO DawoudIO merged commit d68aa74 into master Aug 4, 2020
@DawoudIO DawoudIO deleted the bugfix/calendar-issues branch August 4, 2020 03:37
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.

Wrong Bootstrap version in react-bootstrap Calendar Broken Create events from Calendar broken
3 participants