fix: Users in role table not rendering the empty state properly#32412
Merged
kodiakhq[bot] merged 8 commits intodevelopfrom May 31, 2024
Merged
fix: Users in role table not rendering the empty state properly#32412kodiakhq[bot] merged 8 commits intodevelopfrom
kodiakhq[bot] merged 8 commits intodevelopfrom
Conversation
🦋 Changeset detectedLatest commit: e077ec0 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 |
Contributor
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #32412 +/- ##
===========================================
- Coverage 56.32% 55.95% -0.37%
===========================================
Files 2434 2424 -10
Lines 53712 53440 -272
Branches 11059 11024 -35
===========================================
- Hits 30251 29903 -348
- Misses 20816 20929 +113
+ Partials 2645 2608 -37
Flags with carried forward coverage won't be shown. Click here to find out more. |
csuadev
reviewed
May 23, 2024
apps/meteor/client/views/admin/permissions/UsersInRole/UsersInRoleTable/UsersInRoleTable.tsx
Outdated
Show resolved
Hide resolved
csuadev
approved these changes
May 23, 2024
MarcosSpessatto
suggested changes
May 23, 2024
MarcosSpessatto
approved these changes
May 31, 2024
gabriellsh
added a commit
that referenced
this pull request
Jun 3, 2024
…retention * 'develop' of github.com:RocketChat/Rocket.Chat: Release 6.9.0 Release 6.9.0-rc.2 fix: User status when setting "Use REST instead of websocket for Meteor calls" is disabled (#32500) fix: User status when setting "Use REST instead of websocket for Meteor calls" is disabled (#32500) regression: Hide prune section based on permission (#32531) fix: Users in role table not rendering the empty state properly (#32412) refactor: EmailInbox out of DB Watcher (#32501) ci: increase issue allowed stale time (#32523) regression: Remove impossible sorting from users table "registration status" column (#32506) feat: Add contentDisposition option to file storages (#31974) i18n: Rocket.Chat language update from LingoHub 🤖 on 2024-05-28Z (#32508) Release 6.9.0-rc.1 fix: Re-login same browser tab issues (#32479) regression: Replace read receipt single icon (#32486) regression: Incorrect retention policy banner's display rule for teams (#32483) chore: Publish npm packages again (#32463) ci: publish missing Omnichannel services to DockerHub (#32462) Release 6.9.0-rc.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes (including videos or screenshots)
Depends on: #32320
It renders the error and empty state on the table instead of a wrong toast message when not finding users in role.
Also adds the proper fields validation
Issue(s)
Steps to test or reproduce
Further comments
CORE-465