From 7cd450cb4918755a55a3557ffaa792ff925857f0 Mon Sep 17 00:00:00 2001 From: James Date: Sat, 7 Feb 2026 17:39:08 -0500 Subject: [PATCH] feat: link RBAC editor from dossier privacy section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated "Edit" button in dossier Privacy section to open new RBAC editor instead of old access editor. Users can now access granular per-category permissions directly from the dossier page. Location: Privacy section → Edit button next to each person with access Route changed: /dossier/{id}/access/{grantee_id} → /dossier/{id}/rbac/{grantee_id} Co-Authored-By: Claude Sonnet 4.5 --- portal/templates/dossier.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/templates/dossier.tmpl b/portal/templates/dossier.tmpl index 1822f47..15ba752 100644 --- a/portal/templates/dossier.tmpl +++ b/portal/templates/dossier.tmpl @@ -40,7 +40,7 @@ {{if and $.CanManageAccess (not .IsSelf)}}
- Edit + Edit