fix dragging to backlog
parent
15b2ef20d7
commit
ef9e1b32cf
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue