diff --git a/app/coffee/modules/backlog/main.coffee b/app/coffee/modules/backlog/main.coffee index 1ed7300b..8197ae0b 100644 --- a/app/coffee/modules/backlog/main.coffee +++ b/app/coffee/modules/backlog/main.coffee @@ -28,6 +28,9 @@ bindOnce = @.taiga.bindOnce class BacklogController extends mixOf(taiga.Controller, taiga.PageMixin) constructor: (@scope, @rootscope, @repo, @confirm, @rs, @params, @q) -> _.bindAll(@) + + @scope.sectionName = "Backlog" + promise = @.loadInitialData() promise.then null, => console.log "FAIL" @@ -266,7 +269,7 @@ BacklogDirective = ($repo) -> $ctrl.filterVisibleUserstories() $repo.saveAll(selectedUss) - + # FIXME: very large line sucks ;) # Enable move to current sprint only when there are selected us's $el.on "change", ".backlog-table-body .user-stories input:checkbox", (event) -> moveToCurrentSprintDom = $el.find("#move-to-current-sprint")