-
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
regression: Fix rooms table not showing teams #30361
Conversation
Fixed a bug in which the rooms page table would not show teams and also removed some unnecessary old filter related code.
|
Codecov Report
@@ Coverage Diff @@
## develop #30361 +/- ##
===========================================
- Coverage 50.15% 50.11% -0.04%
===========================================
Files 781 781
Lines 14520 14520
Branches 2627 2627
===========================================
- Hits 7282 7277 -5
+ Misses 6840 6834 -6
- Partials 398 409 +11
Flags with carried forward coverage won't be shown. Click here to find out more. |
…ove/iframeLogin * 'develop' of github.com:RocketChat/Rocket.Chat: (29 commits) fix: Disables `GenericMenu` without any sections or items (#30319) i18n: Language update from LingoHub 🤖 on 2023-09-18Z (#30426) chore: remove connectToCloud option (#30430) chore: remove Troubleshoot options (#30429) chore: bump fuselage packages (#30424) chore: Webhooks page refactor (#30274) chore: color palette changes (#30385) fix: increase cron job check delay to 1 min (#30402) fix: Presence broadcast isn't enabled after license validation (#30282) test: create non private team and readonly team (#30371) Bump version to 6.5.0-develop refactor: Implement functional code for the 'useFilteredApps' hook (#30279) Release 6.4.0-rc.1 Release 6.3.6 regression: Login page callout messages (#30399) test: tests for muting and unmuting (#30286) regression: Fix rooms table not showing teams (#30361) regression: Move queue-timeout setting to CE and remove dependency on waiting queue (#30386) fix: engagement dashboard not working (#30277) Bump 6.3.6 ...
Proposed changes (including videos or screenshots)
Jira task: WM-175
Fixed a bug in which the rooms page table would not show teams and also removed some unnecessary old filter related code.
Demo gif:
Issue(s)
Steps to test or reproduce
Further comments