[backport] fix #3714 - backlog when the user open & close filters

stable
Juanfran 2016-01-11 09:51:08 +01:00
parent fd5adb5fce
commit 4e6f6f1254
1 changed files with 2 additions and 2 deletions

View File

@ -228,8 +228,8 @@ class BacklogController extends mixOf(taiga.Controller, taiga.PageMixin, taiga.F
@scope.oldSelectedStatuses = selectedStatuses
@scope.filtersQOld = @scope.filtersQ
@scope.filtersQ = ""
@.replaceFilter("q", null)
@scope.filtersQ = undefined
@.replaceFilter("q", @scope.filtersQ)
_.each [selectedTags, selectedStatuses], (filterGrp) =>
_.each filterGrp, (item) =>