-
-
Notifications
You must be signed in to change notification settings - Fork 152
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 for Report section displays date pickers in Chinese #1634
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.
It does work to me..... in which report you see this problem?
CHANGES.rst
Outdated
@@ -10,6 +10,7 @@ Changelog | |||
- #1628 Fix instrument import for analyses with result options | |||
- #1625 Fix assignment of analyses via worksheet template when Worksheet is full | |||
- #1617 Fix writing methods on read when reindexing services | |||
- #1633 Fix report section displays date pickers in Chinese |
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.
@Espurna always add the changelog entry to the top of the list. They are always sorted from newest to oldest, as versions.
To all the reports. |
@Espurna I've done some cleanup. Can you confirm date pickers are working properly in your instance? |
@xispa After you changes, it is still working well. |
Some add-ons might use these datepicker_nofuture
Description of the issue/feature this PR addresses
Linked issue: #1633
Current behavior before PR
Issue explained here: #1570
Desired behavior after PR is merged
"Date picker 2 months" in reports uses the proper language.
--
I confirm I have tested this PR thoroughly and coded it according to PEP8
and Plone's Python styleguide standards.