From 49d2514b5094e334280c1ae49268b1e1c6c19edf Mon Sep 17 00:00:00 2001 From: German Osin Date: Fri, 21 Nov 2025 13:26:08 +0100 Subject: [PATCH] FE: Fixes issue #1511 Allow to view connector tab without ANALYSIS_VIEW permission --- frontend/src/components/Topics/Topic/Topic.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Topics/Topic/Topic.tsx b/frontend/src/components/Topics/Topic/Topic.tsx index 56ca0e989..12be7e9a4 100644 --- a/frontend/src/components/Topics/Topic/Topic.tsx +++ b/frontend/src/components/Topics/Topic/Topic.tsx @@ -239,7 +239,7 @@ const Topic: React.FC = () => { className={({ isActive }) => (isActive ? 'is-active' : '')} permission={{ resource: ResourceType.TOPIC, - action: Action.ANALYSIS_VIEW, + action: Action.VIEW, value: topicName, }} >