Skip to content
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: Remove impossible sorting from users table "registration status" column #32506

Merged
merged 2 commits into from
May 29, 2024

Conversation

rique223
Copy link
Contributor

@rique223 rique223 commented May 27, 2024

Proposed changes (including videos or screenshots)

Removed the sorting functionality from the users table "registration status" column. This info should be generated in the back-end but it is being infered in the front which makes the sorting of this column impractical. Another PR fixing this issue will be released in the close future.

Demo image:
image

Issue(s)

Steps to test or reproduce

Further comments

Jira task: CONN-217

Copy link
Contributor

dionisio-bot bot commented May 27, 2024

Looks like this PR is ready to merge! 🎉
If you have any trouble, please check the PR guidelines

Copy link

changeset-bot bot commented May 27, 2024

⚠️ No Changeset found

Latest commit: e43a69f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

codecov bot commented May 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.98%. Comparing base (2ba7cb8) to head (e43a69f).

Additional details and impacted files

Impacted file tree graph

@@                Coverage Diff                @@
##           release-6.9.0   #32506      +/-   ##
=================================================
- Coverage          56.00%   55.98%   -0.02%     
=================================================
  Files               2431     2431              
  Lines              53556    53556              
  Branches           11029    11029              
=================================================
- Hits               29992    29986       -6     
+ Misses             20960    20935      -25     
- Partials            2604     2635      +31     
Flag Coverage Δ
e2e 55.44% <ø> (-0.03%) ⬇️
unit 72.31% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

@casalsgh casalsgh added this to the 6.9 milestone May 27, 2024
@rique223 rique223 force-pushed the regression/users-impossible-sort branch 2 times, most recently from 86b4ceb to ba72f3b Compare May 27, 2024 21:15
@rique223 rique223 changed the base branch from develop to release-6.9.0 May 27, 2024 21:16
@rique223 rique223 changed the base branch from release-6.9.0 to develop May 27, 2024 21:16
@rique223 rique223 force-pushed the regression/users-impossible-sort branch from ba72f3b to cdef7ab Compare May 27, 2024 21:22
…tatus" column

Removed the sorting functionality of the users table "registration status" column. This info should be generated in the back-end but it is being infered in the front which makes the sorting of this column impractical.
@rique223 rique223 force-pushed the regression/users-impossible-sort branch from cdef7ab to cc59e76 Compare May 27, 2024 21:25
@rique223 rique223 changed the base branch from develop to release-6.9.0 May 27, 2024 21:25
@rique223 rique223 marked this pull request as ready for review May 28, 2024 19:29
@rique223 rique223 requested a review from a team as a code owner May 28, 2024 19:29
@jessicaschelly jessicaschelly added stat: QA assured Means it has been tested and approved by a company insider labels May 29, 2024
@dionisio-bot dionisio-bot bot added the stat: ready to merge PR tested and approved waiting for merge label May 29, 2024
@kodiakhq kodiakhq bot merged commit c54ede3 into release-6.9.0 May 29, 2024
51 checks passed
@kodiakhq kodiakhq bot deleted the regression/users-impossible-sort branch May 29, 2024 19:22
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stat: QA assured Means it has been tested and approved by a company insider stat: ready to merge PR tested and approved waiting for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants