Skip to content
代码片段 群组 项目
提交 ebbeac88 编辑于 作者: Furkan Ayhan's avatar Furkan Ayhan
浏览文件

Merge branch 'vulnerabilitycontroller-urgency' into 'master'

Adjust priority of VulnerabilityFeedbackController

See merge request gitlab-org/gitlab!85548
No related branches found
No related tags found
无相关合并请求
...@@ -12,6 +12,8 @@ class Projects::VulnerabilityFeedbackController < Projects::ApplicationControlle ...@@ -12,6 +12,8 @@ class Projects::VulnerabilityFeedbackController < Projects::ApplicationControlle
respond_to :json respond_to :json
feature_category :vulnerability_management feature_category :vulnerability_management
urgency :default, [:create, :update, :destroy]
urgency :low, [:index]
def index def index
# TODO: Move to finder or list service # TODO: Move to finder or list service
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册