Juanfran 2014-07-29 12:25:00 +02:00
parent 05d22fe67e
commit 8c4ac1b309
1 changed files with 3 additions and 3 deletions

View File

@ -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