Skip to content
Snippets Groups Projects
Commit dbe301b9 authored by Sean Arnold's avatar Sean Arnold :speech_balloon:
Browse files

Remove issue type in build service params

parent f6bdd3ea
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -65,7 +65,7 @@ module Issues
private
 
def whitelisted_issue_params
base_params = [:title, :description, :confidential, :issue_type]
base_params = [:title, :description, :confidential]
admin_params = [:milestone_id]
 
if can?(current_user, :admin_issue, project)
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