-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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] Showing Workspace Section For User Having LiveChat Manager Permission #27188
[FIX] Showing Workspace Section For User Having LiveChat Manager Permission #27188
Conversation
@filipemarins test cases falling here, I saw your name where you implemented test cases for Rocket.Chat/apps/meteor/tests/unit/client/components/AdministrationList/AdministrationModelList.spec.tsx can you help me with this? |
Codecov Report
@@ Coverage Diff @@
## develop #27188 +/- ##
===========================================
+ Coverage 41.00% 41.90% +0.89%
===========================================
Files 838 811 -27
Lines 17677 17158 -519
Branches 1983 1908 -75
===========================================
- Hits 7249 7190 -59
+ Misses 10188 9727 -461
- Partials 240 241 +1
Flags with carried forward coverage won't be shown. Click here to find out more. |
…ove/receipts * 'develop' of github.com:RocketChat/Rocket.Chat: Chore: Improve `ts-node` startup time with `swc` (#27686) Fix write stream error on user data export (#27683) Regression: Rectifying thread layout (#27680) [FIX] Showing Workspace Section For User Having LiveChat Manager Permission (#27188) [FIX] Team mention highlight EE (#27493) [IMPROVE] Save toPhone when receiving SMSs (#27656) Chore: Upgrade EE license for CI (#27682) Chore: Replace borders to `default` (#27667) Chore: Refactor message subcomponents (#27630) Regression: Fix go to ThreadList hook (#27663) Chore: Refactor e2e selectors to use roles (#27582) Chore: Composer wrapper around the textarea (#27658) [FIX] Remove invalid settings at startup (#27653)
…/freeze-custom-roles * 'develop' of github.com:RocketChat/Rocket.Chat: (67 commits) Chore: Reduce Less usage in theming (#27689) [IMPROVE] Increase read receipt size (#27665) Chore: Improve `ts-node` startup time with `swc` (#27686) Fix write stream error on user data export (#27683) Regression: Rectifying thread layout (#27680) [FIX] Showing Workspace Section For User Having LiveChat Manager Permission (#27188) [FIX] Team mention highlight EE (#27493) [IMPROVE] Save toPhone when receiving SMSs (#27656) Chore: Upgrade EE license for CI (#27682) Chore: Replace borders to `default` (#27667) Chore: Refactor message subcomponents (#27630) Regression: Fix go to ThreadList hook (#27663) Chore: Refactor e2e selectors to use roles (#27582) Chore: Composer wrapper around the textarea (#27658) [FIX] Remove invalid settings at startup (#27653) Chore: Token refactor (#27655) Regression: Composer fix join room action (#27657) Regression: Sidebar collapsing on extra small views (#27651) Chore: Composer missing Slash Command preview (#27652) Chore: Custom emoji empty state (#27641) ...
Proposed changes (including videos or screenshots)
Issue(s)
Closes #27081
oc-536
Steps to test or reproduce
Please refer #27081 for more details
livechat-manager
user (should not have admin role)Administration > Workspace
menu itemFurther comments
The
Workspace
menu shouldn't be visible since thelivechat-manager
user doesn't have any admin permission.