mattermost/mattermost

Broken in-product System Console link for Cloud deployments

Open

#26 317 ouverte le 28 févr. 2024

Voir sur GitHub
 (6 commentaires) (0 réactions) (1 assigné)TypeScript (7 823 forks)batch import
Help Wanted

Métriques du dépôt

Stars
 (32 880 stars)
Métriques de merge PR
 (Merge moyen 6j 5h) (318 PRs mergées en 30 j)

Description

Cloud admins experience a broken link when navigating to System Console > Compliance > Compliance Export, and selecting the Local Storage Directory link. That link takes admins to to the Environment > File Storage page, which only self-hosted admins can access and Cloud admins don’t have access to.

The translation key that holds the string is admin.complianceExport.exportFormat.description. This is used in the file message_export_settings.tsx.

The goal of this ticket should be to templatize the full link rather than just the siteURL. And check whether it’s a cloud deployment or not. In case it’s not a cloud deployment, the text should not have a link.


If you're interested please comment here and come join our "Contributors" community channel on our daily build server, where you can discuss questions with community members and the Mattermost core team. For technical advice or questions, please join our "Developers" community channel.

New contributors please see our Developer's Guide.

JIRA: https://mattermost.atlassian.net/browse/MM-56868

Guide contributeur