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:
Diffstat (limited to 'app/graphql/mutations/namespace/package_settings/update.rb')
-rw-r--r--app/graphql/mutations/namespace/package_settings/update.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/graphql/mutations/namespace/package_settings/update.rb b/app/graphql/mutations/namespace/package_settings/update.rb
index ea72b71715c..96bee693a1e 100644
--- a/app/graphql/mutations/namespace/package_settings/update.rb
+++ b/app/graphql/mutations/namespace/package_settings/update.rb
@@ -8,6 +8,12 @@ module Mutations
include Mutations::ResolvesNamespace
+ description <<~DESC
+ These settings can be adjusted by the group Owner or Maintainer.
+ [Issue 370471](https://gitlab.com/gitlab-org/gitlab/-/issues/370471) proposes limiting
+ this to Owners only to match the permissions level in the user interface.
+ DESC
+
authorize :admin_package
argument :namespace_path,