From 9b54eff5d1a2ade27ac72f93b20e724a69ad2a0c Mon Sep 17 00:00:00 2001 From: iris Date: Wed, 17 Jun 2026 20:14:09 +0200 Subject: [PATCH] dashboard(html): fix stale P3RM1SS10NS pane comment after the save-all change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The save-all change updated the visible copy + the JS but left this HTML pane comment describing the old per-row "POSTs to the respective /{agent} endpoint" flow. Correct it to the page-level save-all → POST /api/permissions batch (caps + groups coalesce into one rebuild per agent). Comment-only. --- frontend/packages/dashboard/src/dashboard.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/packages/dashboard/src/dashboard.html b/frontend/packages/dashboard/src/dashboard.html index 91e38517..c2ef6f35 100644 --- a/frontend/packages/dashboard/src/dashboard.html +++ b/frontend/packages/dashboard/src/dashboard.html @@ -147,8 +147,10 @@ + require no UI change. Edits stage in-browser across both + matrices; the single page-level "save all" button POSTs every + changed agent to /api/permissions in one atomic batch (caps + + groups coalesce into one rebuild per agent). -->