-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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: Login Terms custom content #28999
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #28999 +/- ##
===========================================
+ Coverage 46.66% 46.76% +0.09%
===========================================
Files 698 707 +9
Lines 13075 13241 +166
Branches 2227 2221 -6
===========================================
+ Hits 6102 6192 +90
- Misses 6656 6730 +74
- Partials 317 319 +2
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
are we no longer planning to use translation when text is the default?
Thanks, man! I fixed it and took the chance to change the input to code and add a translation for this content for EN and PT-BR |
🦋 Changeset detectedLatest commit: c36ad18 The changes in this PR will be included in the next version bump. This PR includes changesets to release 25 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 |
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.
Code wise lgtm.
@ggazzo Idk if we are only adding migrations only to major versions or not, if so Ig we won't be able to ship it soon. Maybe in that case we should remove the migration, and have this behaviour only for new installs as I suggested initially. Otherwise, this is fine.
…e/system-messages-update * 'develop' of github.com:RocketChat/Rocket.Chat: (26 commits) fix: Importer crashes when sending the "active status" e-mail notification to users (#29401) docs: new README file (#27955) refactor: replace with new `Select` (#29368) fix: Sidebar's sort by name not being checked properly (#29415) fix: Login Terms custom content (#28999) fix: Broken link fixed inside webhook menu (#29048) fix: Apps settings i18n translation (#29394) fix: OTR session closing after 10 seconds without warning (#29245) fix: Register Username form showing before homepage (#29356) regression(ui-client): Toolbox action button badge in the wrong position (#29412) fix: marketplace filters are changing size (#28738) chore: Update highlighted word color (#29407) i18n: Language update from LingoHub 🤖 on 2023-05-22Z (#29317) chore(ddp-sdk): ts-jest -> swc/jest (#29380) chore: `ToolboxAction` pressed state (#29397) chore: add logs to recurring omnichannel cron jobs (#29392) regression: `t` using always sprintf (#29396) fix: fix wrong %s translations (#29395) regression(push): fix error when selecting what to import (#29289) chore: Change ddpsdk.stream to return subscription (#29375) ...
Proposed changes (including videos or screenshots)
The custom layout Login Terms option does not have any effect on the login screen.
![image](https://user-images.githubusercontent.com/20212776/233459364-77f82d19-13a1-43b8-8947-b0bdf744cf56.png)
Previous:
![image](https://user-images.githubusercontent.com/20212776/233459705-d88b8c58-68c4-4f31-94e5-19d401ccc4a1.png)
Now:
![image](https://user-images.githubusercontent.com/20212776/233458990-8f878bc1-4c64-48d0-b011-5b7d525a72c5.png)
Issue(s)
fix #28586
Steps to test or reproduce
Further comments