From 72d2f85ed2471e42d1c6eebba3f64a19fb6a23e7 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Tue, 17 Mar 2026 14:16:19 +0100 Subject: [PATCH] Hide meetings menu from auditors Auditors should not see the meetings menu in the navigation bar since they lack the necessary permissions to access meetings. Signed-off-by: Bryan Frimin --- pkg/probo/policies.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/probo/policies.go b/pkg/probo/policies.go index a776cb538..075e1dd9c 100644 --- a/pkg/probo/policies.go +++ b/pkg/probo/policies.go @@ -141,7 +141,6 @@ var AuditorPolicy = policy.NewPolicy( ActionDataProtectionImpactAssessmentGet, ActionTransferImpactAssessmentGet, ActionTransferImpactAssessmentList, ActionSnapshotGet, ActionSnapshotList, - ActionMeetingGet, ActionMeetingList, ActionFileGet, ActionFileDownloadUrl, ActionStateOfApplicabilityGet, ActionStateOfApplicabilityList, ActionApplicabilityStatementGet, ActionApplicabilityStatementList,