fix #330
parent
f4cbe0a237
commit
91f91d804e
|
@ -115,6 +115,7 @@ CreateEditUserstoryDirective = ($repo, $model, $rs, $rootScope, lightboxService)
|
||||||
status: status
|
status: status
|
||||||
is_archived: false
|
is_archived: false
|
||||||
}
|
}
|
||||||
|
|
||||||
isNew = true
|
isNew = true
|
||||||
# Update texts for creation
|
# Update texts for creation
|
||||||
$el.find(".button-green span").html("Create") #TODO: i18n
|
$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) ->
|
addNewUs: (type, statusId) ->
|
||||||
switch type
|
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)
|
when "bulk" then @rootscope.$broadcast("usform:bulk", @scope.projectId, statusId)
|
||||||
|
|
||||||
changeUsAssignedTo: (us) ->
|
changeUsAssignedTo: (us) ->
|
||||||
|
|
Loading…
Reference in New Issue