Skip to content
Snippets Groups Projects

Add update_design permission field project level

Merged Abhilash Kotte requested to merge akotte/add-update-design-permission-to-project-level into master
All threads resolved!

Add update_design as field for project level userPermissions

Issue: #468426 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

  1. Run the following query to see updateDesign permission field is available and not available on master.
query workspacePermissions($fullPath: ID!) {
  workspace: project(fullPath: $fullPath) {
    id
    userPermissions {
      createDesign
      readDesign
      updateDesign
    }
  }
}

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading