Commit 14626963 by Hiếu Lê

Do not update estimate_time for sub tasks

parent 5b354e33
......@@ -618,6 +618,7 @@ class IssuesController < ApplicationController
subtask.subject = subtask_title + ' - ' + subtask.subject
subtask.tracker_id = 8 #Task
subtask.parent_issue_id = @issue.id
subtask.estimated_hours = nil
subtask.save!
end
end
......
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