Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-01 12:14:26 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-01 12:14:26 +0300
commit7c9f5b5d627c9eb1a9791613a531122db9a1f81d (patch)
tree446a06f425a458f09a0f2d0ecbb36260583bf8e1 /app/graphql/types
parent07630a5decb307e30cbbd13ea7b060d25d772757 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/graphql/types')
-rw-r--r--app/graphql/types/permission_types/work_item.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/types/permission_types/work_item.rb b/app/graphql/types/permission_types/work_item.rb
index 9f8f9e4f2b9..0b6a384ec0e 100644
--- a/app/graphql/types/permission_types/work_item.rb
+++ b/app/graphql/types/permission_types/work_item.rb
@@ -7,7 +7,7 @@ module Types
description 'Check permissions for the current user on a work item'
abilities :read_work_item, :update_work_item, :delete_work_item,
- :admin_work_item, :admin_parent_link
+ :admin_work_item, :admin_parent_link, :set_work_item_metadata
end
end
end