From 20e68f7b82dbf4c8d195b6f76af959d983770ba0 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Mon, 28 Jul 2014 09:02:53 +0200 Subject: [PATCH] fix #414 --- app/coffee/modules/backlog/main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/coffee/modules/backlog/main.coffee b/app/coffee/modules/backlog/main.coffee index 39569393..54cf9864 100644 --- a/app/coffee/modules/backlog/main.coffee +++ b/app/coffee/modules/backlog/main.coffee @@ -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: () ->