-
Notifications
You must be signed in to change notification settings - Fork 368
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
Set the default dateFormat if it’s empty #2779
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @thedebian - my initial PR was addressing the problem when jQuery UI was missing the format, but now I've expanded that to add a fallback for when the actual |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good.
Not a blocker, but if we can put 'F j, Y' in a constant somewhere, it'd probably be better.
Hello, we updated the plugin with the patch provided on github and it completely broke our website, both the front and backend, without the possibility of access to both. We have had to download the original plugin (not the one patched at github), version 2.2.2 from WordPress and upload it via FTP, overwriting the files, in order to solve the problem. |
Hi @ibiza69 - did you just download the source or did you also run the build steps? The safest bet would be to wait till we have a release and test that! |
Hi @mikeyarce, we downloaded thru github the fix and uploaded the files thru FTP and that crashed our site. We shall wait untill plugin update at wordpress :) Thank you. |
Fixes #2739
Changes Proposed in this Pull Request
Testing Instructions
Custom
, clear out the custom format and save.Release Notes