TG-2033 #ready-for-test: Solved problem with filter field on the backlog

stable
Jesús Espino 2015-01-27 16:15:34 +01:00
parent cb60f88af7
commit ec4231faa2
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ class BacklogController extends mixOf(taiga.Controller, taiga.PageMixin, taiga.F
urlfilters = @.getUrlFilters()
if urlfilters.q
@scope.filtersQ = urlfilters.q
@scope.filtersQ = @scope.filtersQ or urlfilters.q
searchdata = {}
for name, value of urlfilters