Skip to content
Snippets Groups Projects
Commit b462b0c6 authored by Alex Denisov's avatar Alex Denisov
Browse files

Pre-selected assignee implemented

parent c818c93a
No related branches found
No related tags found
1 merge request!1402Preselected milestone and assignee while create new issue
Loading
Loading
@@ -39,6 +39,7 @@ class IssuesController < ApplicationController
def new
@issue = @project.issues.new
@issue.milestone_id = params[:milestone_id] if params[:milestone_id].present?
@issue.assignee_id = params[:assignee_id] if params[:assignee_id].present?
respond_with(@issue)
end
 
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