Merge pull request #287 from taigaio/issue/2033
TG-2033 #ready-for-test: Solved problem with filter field on the backlogstable
commit
253f95b88f
|
@ -429,7 +429,7 @@ class BacklogController extends mixOf(taiga.Controller, taiga.PageMixin, taiga.F
|
||||||
urlfilters = @.getUrlFilters()
|
urlfilters = @.getUrlFilters()
|
||||||
|
|
||||||
if urlfilters.q
|
if urlfilters.q
|
||||||
@scope.filtersQ = urlfilters.q
|
@scope.filtersQ = @scope.filtersQ or urlfilters.q
|
||||||
|
|
||||||
searchdata = {}
|
searchdata = {}
|
||||||
for name, value of urlfilters
|
for name, value of urlfilters
|
||||||
|
|
Loading…
Reference in New Issue