Reload kanban filtered cards after editing assigned user

stable
Daniel García 2018-02-27 10:48:06 +01:00
parent 507e3f6ddf
commit b3535ae3f2
1 changed files with 2 additions and 3 deletions

View File

@ -199,9 +199,8 @@ class KanbanController extends mixOf(taiga.Controller, taiga.PageMixin, taiga.Fi
@kanbanUserstoriesService.replaceModel(usModel)
promise = @repo.save(usModel)
promise.then null, ->
console.log "FAIL" # TODO
@repo.save(usModel).then =>
@.filtersReloadContent()
refreshTagsColors: ->
return @rs.projects.tagsColors(@scope.projectId).then (tags_colors) =>