Carry due_date when promoting an issue to an US

stable
Miguel Gonzalez 2018-04-20 13:10:07 +02:00 committed by Álex Hermida
parent 476f236f32
commit 03d189194f
1 changed files with 1 additions and 0 deletions

View File

@ -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 = ->