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
promise = @repo.save(task)
promise.then ->
console.log "SUCCESS TASK SAVE"
promise.then null, ->
promise.then =>
@.loadSprintStats()
promise.then null, =>
console.log "FAIL TASK SAVE"
## Template actions