-
Notifications
You must be signed in to change notification settings - Fork 430
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 display of long name day of week #745
Conversation
Co-authored-by: Christian Clauss <cclauss@me.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
Hi team, just noticed a potential issue with this change (edge case), created issue there #796 |
("mon", "Monday"), | ||
("Monday,tue", "Monday and Tuesday"), | ||
("sat-sun/2", "Saturday"), | ||
("mon-wed", "Monday, Tuesday, and Wednesday"), |
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.
I guess we were missing a good all_days_of_the_week test 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.
Fix display of long name for day of week at Admin panel.
issue: #647
previous workaround: 2798e36