fix #330
parent
f4cbe0a237
commit
91f91d804e
|
@ -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
|
||||
|
|
|
@ -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) ->
|
||||
|
|
Loading…
Reference in New Issue