Commit 566ef725 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch 'policies_controller-urgency' into 'master'

Adjust urgency for PoliciesController

See merge request gitlab-org/gitlab!83363
parents dcf1037c 79b9fc6a
......@@ -14,7 +14,8 @@ module Projects
end
feature_category :security_orchestration
urgency :medium
urgency :default, [:edit]
urgency :low, [:index, :new]
def index
render :index, locals: { project: project }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment