fix remove to lastest sprint

stable
Juanfran 2016-01-27 08:57:02 +01:00
parent 4e4ed513c1
commit 13e9dc8872
1 changed files with 1 additions and 1 deletions

View File

@ -671,7 +671,7 @@ BacklogDirective = ($repo, $rootscope, $translate) ->
ussCurrent = _($scope.userstories)
# Remove them from backlog
#$scope.userstories = ussCurrent.without.apply(ussCurrent, selectedUss).value()
$scope.userstories = ussCurrent.without.apply(ussCurrent, selectedUss).value()
extraPoints = _.map(selectedUss, (v, k) -> v.total_points)
totalExtraPoints = _.reduce(extraPoints, (acc, num) -> acc + num)