fix #415
parent
05d22fe67e
commit
8c4ac1b309
|
@ -144,9 +144,9 @@ class TaskboardController extends mixOf(taiga.Controller, taiga.PageMixin)
|
||||||
task.order = order
|
task.order = order
|
||||||
|
|
||||||
promise = @repo.save(task)
|
promise = @repo.save(task)
|
||||||
promise.then ->
|
promise.then =>
|
||||||
console.log "SUCCESS TASK SAVE"
|
@.loadSprintStats()
|
||||||
promise.then null, ->
|
promise.then null, =>
|
||||||
console.log "FAIL TASK SAVE"
|
console.log "FAIL TASK SAVE"
|
||||||
|
|
||||||
## Template actions
|
## Template actions
|
||||||
|
|
Loading…
Reference in New Issue