mattermost/mattermost

Broken in-product System Console link for Cloud deployments

Open

#26.317 geöffnet am 28. Feb. 2024

Auf GitHub ansehen
 (6 Kommentare) (0 Reaktionen) (1 zugewiesene Person)TypeScript (7.823 Forks)batch import
Help Wanted

Repository-Metriken

Stars
 (32.880 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 6T 5h) (318 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide