From b0b2f121b43367a4d277082d61f6554751f64f4c Mon Sep 17 00:00:00 2001 From: Eugenio Date: Fri, 8 May 2026 12:18:29 -0700 Subject: [PATCH] fix(batch-changes): repair broken permissions table --- .../permissions-in-batch-changes.mdx | 29 +++++++++---------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/docs/batch-changes/permissions-in-batch-changes.mdx b/docs/batch-changes/permissions-in-batch-changes.mdx index a12cd6fdd..6c23cc6ca 100644 --- a/docs/batch-changes/permissions-in-batch-changes.mdx +++ b/docs/batch-changes/permissions-in-batch-changes.mdx @@ -30,21 +30,20 @@ Batch changes can be created under the user's or an organization's namespace. If The following table shows the access for each permission level for a batch change. - **Batch change action** | **Read** | **Admin** - -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------: | :-------: -View batch change name and description
(Also shows input branch name, create/update dates, and batch change status) | ✅ | ✅ -View burndown chart (aggregate changeset statuses over time) | ✅ | ✅ -View list of patches and changesets | ✅ | ✅ -View `diffstat` (aggregate count of added/changed/deleted lines) | ✅ | ✅ -View error messages (related to creating or syncing changesets) | ❌ | ✅ -Edit batch change name, description, and branch name | ❌ | ✅ -Update batch change patches (and changesets on code hosts) | ❌ | ✅ -Publish changesets to code host | ❌ | ✅ -Add/remove existing changesets to/from batch change | ❌ | ✅ -Refresh changeset statuses | ❌ | ✅ -Close batch change | ❌ | ✅ -Delete batch change | ❌ | ✅ +| **Batch change action** | **Read** | **Admin** | +| ----------------------- | :------: | :-------: | +| View batch change name and description
(Also shows input branch name, create/update dates, and batch change status) | ✅ | ✅ | +| View burndown chart (aggregate changeset statuses over time) | ✅ | ✅ | +| View list of patches and changesets | ✅ | ✅ | +| View `diffstat` (aggregate count of added/changed/deleted lines) | ✅ | ✅ | +| View error messages (related to creating or syncing changesets) | ❌ | ✅ | +| Edit batch change name, description, and branch name | ❌ | ✅ | +| Update batch change patches (and changesets on code hosts) | ❌ | ✅ | +| Publish changesets to code host | ❌ | ✅ | +| Add/remove existing changesets to/from batch change | ❌ | ✅ | +| Refresh changeset statuses | ❌ | ✅ | +| Close batch change | ❌ | ✅ | +| Delete batch change | ❌ | ✅ | Authorization for all actions is also subject to [repository