-
Notifications
You must be signed in to change notification settings - Fork 11.5k
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: "Status" column values in "Custom Status" page table not translated #34857
fix: "Status" column values in "Custom Status" page table not translated #34857
Conversation
Looks like this PR is ready to merge! 🎉 |
🦋 Changeset detectedLatest commit: be00bb0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 35 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: gabriellsh <[email protected]>
Sir, I'm not an expert in this, but are these errors during the merge happening with every PR, or could there be another issue causing them ? |
Applies Gabriel's suggestions.
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.
we already have a enum for the statuses: UserStatus
you can get it from @rocket.chat/core-typings
instead of creating a new one
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #34857 +/- ##
========================================
Coverage 59.22% 59.22%
========================================
Files 2824 2824
Lines 67980 67980
Branches 15117 15117
========================================
Hits 40259 40259
Misses 24892 24892
Partials 2829 2829 |
de28dc3
to
be00bb0
Compare
Proposed changes (including videos or screenshots)
Before :
Custom.user.status.presence.not.translated.mp4
After :
Issue(s)
Closes #34856
Steps to test or reproduce
Further comments
CORE-910