Skip to content
Snippets Groups Projects
Unverified Commit a5ac1f01 authored by Thong Kuah's avatar Thong Kuah :speech_balloon: Committed by GitLab
Browse files

Merge branch 'backport_change_urgency_api_projects_id_share' into '17-4-stable-ee'

Change urgency of API project/:id/share to `low`

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/166564



Merged-by: default avatarThong Kuah <tkuah@gitlab.com>
Approved-by: default avatarSylvester Chin <schin@gitlab.com>
Approved-by: default avatarBob Van Landuyt <bob@gitlab.com>
parents ebc5477b c15f9ab0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -768,7 +768,7 @@ def add_import_params(params)
requires :group_access, type: Integer, values: Gitlab::Access.all_values, as: :link_group_access, desc: 'The group access level'
optional :expires_at, type: Date, desc: 'Share expiration date'
end
post ":id/share", feature_category: :groups_and_projects do
post ":id/share", feature_category: :groups_and_projects, urgency: :low do
authorize! :admin_project, user_project
shared_with_group = Group.find_by_id(params[:group_id])
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment