-
Notifications
You must be signed in to change notification settings - Fork 241
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(appointments): properly localise the calendar events #6163
fix(appointments): properly localise the calendar events #6163
Conversation
/backport to stable4.7 |
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.
Nice
Test will probably fail
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6163 +/- ##
============================================
- Coverage 23.97% 23.97% -0.01%
Complexity 457 457
============================================
Files 247 247
Lines 11605 11606 +1
Branches 2177 2188 +11
============================================
Hits 2782 2782
- Misses 8508 8509 +1
Partials 315 315
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Nope, I guess we could need some tests for this case 😁 Php linter is not happy:
|
Signed-off-by: Anna Larch <[email protected]>
8971b34
to
74df703
Compare
Fixes #6156