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