Juanfran 2014-08-08 14:36:25 +02:00
parent f4cbe0a237
commit 91f91d804e
2 changed files with 2 additions and 1 deletions

View File

@ -115,6 +115,7 @@ CreateEditUserstoryDirective = ($repo, $model, $rs, $rootScope, lightboxService)
status: status
is_archived: false
}
isNew = true
# Update texts for creation
$el.find(".button-green span").html("Create") #TODO: i18n

View File

@ -68,7 +68,7 @@ class KanbanController extends mixOf(taiga.Controller, taiga.PageMixin, taiga.Fi
addNewUs: (type, statusId) ->
switch type
when "standard" then @rootscope.$broadcast("usform:new", @scope.projectId, statusId)
when "standard" then @rootscope.$broadcast("usform:new", @scope.projectId, statusId, @scope.usStatusList)
when "bulk" then @rootscope.$broadcast("usform:bulk", @scope.projectId, statusId)
changeUsAssignedTo: (us) ->