fix #414
parent
ec4f3e9975
commit
20e68f7b82
|
@ -319,7 +319,7 @@ class BacklogController extends mixOf(taiga.Controller, taiga.PageMixin, taiga.F
|
|||
|
||||
addNewUs: (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")
|
||||
|
||||
addNewSprint: () ->
|
||||
|
|
Loading…
Reference in New Issue