Merge pull request #287 from taigaio/issue/2033

TG-2033 #ready-for-test: Solved problem with filter field on the backlog
stable
Juanfran 2015-01-27 22:57:19 -08:00
commit 253f95b88f
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