From fc6f3146d44c612bf4241acd039c627d5f9ea0f9 Mon Sep 17 00:00:00 2001 From: Hardik Date: Sun, 31 May 2026 02:14:36 +0530 Subject: [PATCH] fix(permissions): add manage_vessels_accounts to MANAGER role MANAGER had the Vessels link in the sidebar but lacked the permission, causing a redirect to dashboard on click. Co-Authored-By: Claude Sonnet 4.6 --- App/lib/permissions.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/App/lib/permissions.ts b/App/lib/permissions.ts index 2fba061..970ef12 100644 --- a/App/lib/permissions.ts +++ b/App/lib/permissions.ts @@ -37,6 +37,7 @@ const ROLE_PERMISSIONS: Record = { "view_analytics", "export_reports", "manage_vendors", + "manage_vessels_accounts", "manage_products", "manage_sites", ],