Commit a69f40d5 authored by Sincheol (David) Kim's avatar Sincheol (David) Kim Committed by Heinrich Lee Yu

Resolve a FOSS spec failure

parent 01dd30cc
......@@ -83,8 +83,7 @@ class Projects::MergeRequestsController < Projects::MergeRequests::ApplicationCo
:ci_environments_status,
:destroy,
:rebase,
:discussions,
:description_diff
:discussions
]
def index
......
......@@ -33,6 +33,7 @@ module EE
feature_category :code_review, [:delete_description_version, :description_diff]
urgency :high, [:delete_description_version]
urgency :low, [:description_diff]
end
def can_run_sast_experiments_on?(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