fix dragging to backlog

stable
Juanfran 2015-10-15 09:27:10 +02:00 committed by Alejandro Alonso
parent 15b2ef20d7
commit ef9e1b32cf
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ class BacklogController extends mixOf(taiga.Controller, taiga.PageMixin, taiga.F
newSprint = @scope.sprintsById[newSprintId] newSprint = @scope.sprintsById[newSprintId]
# Move to closed sprint # Move to closed sprint
if !newSprint if !newSprint && newSprintId
newSprint = @scope.closedSprintsById[newSprintId] newSprint = @scope.closedSprintsById[newSprintId]
movedToClosedSprint = true if newSprint movedToClosedSprint = true if newSprint