TG-2033 #ready-for-test: Solved problem with filter field on the backlog
parent
cb60f88af7
commit
ec4231faa2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue