-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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: Removed agent access to already taken rooms #28979
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #28979 +/- ##
===========================================
+ Coverage 45.98% 46.76% +0.78%
===========================================
Files 685 698 +13
Lines 12988 13076 +88
Branches 2209 2227 +18
===========================================
+ Hits 5972 6115 +143
+ Misses 6705 6645 -60
- Partials 311 316 +5
Flags with carried forward coverage won't be shown. Click here to find out more. |
Forget it, got my answer 😬 |
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 don't think it's a good solution. the extremely specific code, happening inside a generic provider doing something that is considered at least "weird". Is the only solution in the frontend? Is there nothing the backend can do to prohibit this operation?
This PR currently has a merge conflict. Please resolve this and then re-add the |
🦋 Changeset detectedLatest commit: 994271f The changes in this PR will be included in the next version bump. This PR includes changesets to release 24 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 |
Co-authored-by: Martin Schoeler <martin.schoeler@rocket.chat>
…importer-messages-not-shown * 'develop' of github.com:RocketChat/Rocket.Chat: fix: Room history scroll position (#29335) fix: check for $addToSet to be not empty before passing update params (#29378) chore: update `badge-level-0` color (#29460) fix: Saving Business hour throws an alert (#29449) regression: emojiPicker position (#29408) chore: Update codeowners to add ownership of rest typings package to backend (#29437) fix: Removed agent access to already taken rooms (#28979) fix: `queuedForUser` endpoint not filtering by status (#29189) regression: Marketplace Selectors (#29443) chore: fix contextualbar size (#29441) chore: `ComposerBoxPopup` Items alignment (#29320) feat: add support for `MONOLITH_TRANSPORTER` env var (#29373) fix: Import progress page stuck at 0% (#29421) feat: access-marketplace permission (#29203) chore(ddp-client): freeze data emitted by the sdk (#29430) refactor: `Table` on Integrations Page (#29428) regression: Update `LoadingIndicator` colors (#29424) chore(meteor): Update mention style (#29426)
Proposed changes (including videos or screenshots)
This PR fixes an issue where an agent can see another agent's conversation with "manual" routing method.
Issue(s)
OC-680
OC-873
Steps to test or reproduce
Further comments