-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Replace jQueryUI datetimepicker with jQuery Bootstrap datetimepicker #2391
Replace jQueryUI datetimepicker with jQuery Bootstrap datetimepicker #2391
Conversation
33fe95b
to
8c593bc
Compare
WIP: I'm fixing failing specs |
6fe5b3c
to
d7b62a8
Compare
The failing specs about mongoid are related to DatabaseCleaner/database_cleaner#385 |
@@ -27,7 +27,6 @@ en: | |||
next: "Next »" | |||
truncate: "…" | |||
misc: | |||
filter_date_format: "mm/dd/yy" # a combination of 'dd', 'mm' and 'yy' with any delimiter. No other interpolation will be done! |
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.
This is incompatible change, please state that in changelog.
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.
Changelog updated! 😃
Let me know if you have more feedback.
Thanks!
06a2ef0
to
d2d0ddf
Compare
d2d0ddf
to
7d87bfb
Compare
require 'mongoid' | ||
rescue LoadError => e | ||
puts "[RailsAdmin] #{e.message}" | ||
end |
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.
This message is useless for non-Mongoid users.
Can't we just go without requiring mongoid here?
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.
You are right, we can remove it.
Replace jQueryUI datetimepicker with jQuery Bootstrap datetimepicker
Great thanks for your effort! 😃 |
Good job 👍, but have this error :
|
Thanks guys 😄 @fmh Could you paste the stack trace? |
skip it, it's my old application_helper file 😊. |
Don't worry 😉 Let me know if you find some other kind of issue! |
@dalpo thx for this feature ,
Sorry for my English 😊 🇬🇧 |
Could you try with a vanilla rails_admin installation, without css customization? |
Thanks @fmh, you are right! I'm going to check the following issues soon:
BTW I have a question... |
DataType : Time |
@dalpo Filtering by time only works when language is set to english. When I switched locale to russian, it does not filter by I used Mongoid. Don't know if it is happening on AR. |
Datetime
,Date
andTime
type inputsDatetime
,Date
andTime
search filters