Reload closed sprints after move us in backlog

stable
Daniel García 2018-12-03 11:32:51 +01:00 committed by Alex Hermida
parent a2a9cd8df1
commit 9558ca3b1c
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ class BacklogController extends mixOf(taiga.Controller, taiga.PageMixin, taiga.F
@scope.$on("sprint:us:move", @.moveUs) @scope.$on("sprint:us:move", @.moveUs)
@scope.$on "sprint:us:moved", () => @scope.$on "sprint:us:moved", () =>
@.loadSprints() @.loadSprints()
@.loadClosedSprints()
@.loadProjectStats() @.loadProjectStats()
@scope.$on("backlog:load-closed-sprints", @.loadClosedSprints) @scope.$on("backlog:load-closed-sprints", @.loadClosedSprints)