From a984f0a59b9eb3b22b8240e1b0d614a83824c4c3 Mon Sep 17 00:00:00 2001 From: MartinSchoeler Date: Fri, 14 Nov 2025 16:57:32 -0300 Subject: [PATCH] chore: update link values for ABAC --- apps/meteor/client/lib/links.ts | 6 ++---- apps/meteor/client/views/admin/ABAC/AdminABACPage.tsx | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/apps/meteor/client/lib/links.ts b/apps/meteor/client/lib/links.ts index a1e28ddc853d3..2a1d06ad9da88 100644 --- a/apps/meteor/client/lib/links.ts +++ b/apps/meteor/client/lib/links.ts @@ -31,10 +31,8 @@ export const links = { trial: `${GO_ROCKET_CHAT_PREFIX}/i/docs-trial`, versionSupport: `${GO_ROCKET_CHAT_PREFIX}/i/version-support`, updateProduct: `${GO_ROCKET_CHAT_PREFIX}/i/update-product`, - // TODO: implement abac links when available - abacDocs: `${GO_ROCKET_CHAT_PREFIX}/i/TODO-ABAC-DOCS`, - abacLicenseRenewalUrl: `${GO_ROCKET_CHAT_PREFIX}/i/TODO-ABAC-LICENSE-RENEWAL-URL`, - abacLDAPDocs: `${GO_ROCKET_CHAT_PREFIX}/i/TODO-ABAC-LDAP-DOCS`, + abacDocs: `${GO_ROCKET_CHAT_PREFIX}/i/abac`, + abacLDAPDocs: `${GO_ROCKET_CHAT_PREFIX}/i/abac-ldap`, }, /** @deprecated use `go.rocket.chat` links */ desktopAppDownload: 'https://rocket.chat/download', diff --git a/apps/meteor/client/views/admin/ABAC/AdminABACPage.tsx b/apps/meteor/client/views/admin/ABAC/AdminABACPage.tsx index eaa6a5d6d8ce9..71eaebffc7c0c 100644 --- a/apps/meteor/client/views/admin/ABAC/AdminABACPage.tsx +++ b/apps/meteor/client/views/admin/ABAC/AdminABACPage.tsx @@ -54,7 +54,7 @@ const AdminABACPage = ({ shouldShowWarning }: AdminABACPageProps) => { Renew your license to continue using all{' '} - + ABAC capabilities without restriction.