Juanfran 2014-07-28 09:02:53 +02:00
parent ec4f3e9975
commit 20e68f7b82
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ class BacklogController extends mixOf(taiga.Controller, taiga.PageMixin, taiga.F
addNewUs: (type) -> addNewUs: (type) ->
switch type switch type
when "standard" then @rootscope.$broadcast("usform:new") when "standard" then @rootscope.$broadcast("usform:new", @scope.project.default_us_status)
when "bulk" then @rootscope.$broadcast("usform:bulk") when "bulk" then @rootscope.$broadcast("usform:bulk")
addNewSprint: () -> addNewSprint: () ->