fix custom filters load
parent
edcbf2e9d3
commit
53e814c9c0
|
@ -83,7 +83,6 @@ class FiltersMixin
|
|||
location.search(name, value)
|
||||
|
||||
replaceAllFilters: (filters, load=false) ->
|
||||
if !@location.isInCurrentRouteParams(name, value)
|
||||
location = if load then @location else @location.noreload(@scope)
|
||||
location.search(filters)
|
||||
|
||||
|
|
Loading…
Reference in New Issue