Carry due_date when promoting an issue to an US
parent
476f236f32
commit
03d189194f
|
@ -625,6 +625,7 @@ PromoteIssueToUsButtonDirective = ($rootScope, $repo, $confirm, $translate) ->
|
|||
tags: issue.tags
|
||||
is_blocked: issue.is_blocked
|
||||
blocked_note: issue.blocked_note
|
||||
due_date: issue.due_date
|
||||
}
|
||||
|
||||
onSuccess = ->
|
||||
|
|
Loading…
Reference in New Issue