-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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: Wrong Business hours validations between different weeks #32287
Conversation
🦋 Changeset detectedLatest commit: a80db4d The changes in this PR will be included in the next version bump. This PR includes changesets to release 32 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #32287 +/- ##
===========================================
+ Coverage 52.70% 55.47% +2.76%
===========================================
Files 2112 2330 +218
Lines 47953 51376 +3423
Branches 9773 10514 +741
===========================================
+ Hits 25274 28501 +3227
+ Misses 20389 20367 -22
- Partials 2290 2508 +218
Flags with carried forward coverage won't be shown. Click here to find out more. |
Looks like this PR is ready to merge! 🎉 |
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.
Can we create a changeset?
…engagementMDM * 'develop' of github.com:RocketChat/Rocket.Chat: chore: including x.com hostname to Twitter oembed (#32267) feat: node-gcm deprecation (#32208) chore: Deprecate mute/unmute meteor methods and convert to endpoint (#31811) fix: Wrong Business hours validations between different weeks (#32287) chore: Force logout live clients on E2EE keys reset changes (#32291) ci: skip update version message for TEST_MODE=true (#32293)
Proposed changes (including videos or screenshots)
it seems that Business Hours doesnt work properly in special scenarios:
Business Hours
is configured in a different timezoneBusiness Hours
is already SundayThats the reason why CI refused to pass saturday 6pm
Issue(s)
Steps to test or reproduce
Further comments
CORE-306