On delete sprint reload the user stories

stable
Jesús Espino 2014-08-12 17:51:31 +02:00
parent 119dcca961
commit 62129b4dcb
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ class BacklogController extends mixOf(taiga.Controller, taiga.PageMixin, taiga.F
@scope.$on("sprintform:create:success", @.loadProjectStats)
@scope.$on("sprintform:remove:success", @.loadSprints)
@scope.$on("sprintform:remove:success", @.loadProjectStats)
@scope.$on("sprintform:remove:success", @.loadUserstories)
@scope.$on("usform:new:success", @.loadUserstories)
@scope.$on("usform:edit:success", @.loadUserstories)
@scope.$on("sprint:us:move", @.moveUs)