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

Don't show incorrect mail address info on legacy plans #6566

Merged
merged 2 commits into from
Feb 26, 2024

Conversation

paw-hub
Copy link
Contributor

@paw-hub paw-hub commented Feb 16, 2024

It is not true that legacy plans can have unlimited custom domains. Make it not display anything here to prevent confusion.

Fixes #6540

@paw-hub paw-hub force-pushed the 6540-fix-mail-address-info-message branch 3 times, most recently from 62df259 to 34ec53e Compare February 16, 2024 14:41
@@ -78,7 +77,7 @@ export class MailAddressTable implements Component<MailAddressTableAttrs> {
"{totalAmount}": model.aliasCount.totalAliases,
}),
),
m(".small.mt-s", lang.get("mailAddressInfo_msg")),
model.aliasLimitIncludesCustomDomains() ? null : m(".small.mt-s", lang.get("mailAddressInfo_msg")),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shouldn't completely remove the message because this part Disabled email addresses can be reassigned to another user or mailbox within your account. still valid for legacy and new plans. Talking with @kibhub , we agreed that maybe be worth to have two different keys, one for Legacy plans and another the new ones

Copy link
Contributor Author

@paw-hub paw-hub Feb 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like this should've been put in as acceptance criteria on the original issue, but OK.

@paw-hub paw-hub force-pushed the 6540-fix-mail-address-info-message branch from 34ec53e to bc91b24 Compare February 23, 2024 16:27
It is not true that legacy plans can have unlimited custom domains. Make
it not display anything here to prevent confusion.

Fixes #6540
Avoid any potential future issues with hardcoding the list here.
@paw-hub paw-hub force-pushed the 6540-fix-mail-address-info-message branch from bc91b24 to 6ad6c66 Compare February 26, 2024 09:15
@charlag charlag added this pull request to the merge queue Feb 26, 2024
Merged via the queue into master with commit 34c7c1b Feb 26, 2024
2 checks passed
@charlag charlag deleted the 6540-fix-mail-address-info-message branch February 26, 2024 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Legacy plans see wrong mailAddressInfo_msg
3 participants