FIX: add attributes of `params` to topic `findOpts`.
If `params` is ignored then `findTopicList` won't get the `no_subcategories` attribute.
d27b877a40
This commit is contained in:
parent
43e17f92e0
commit
f67e7d2fad
|
@ -136,7 +136,7 @@ export default (filterArg, params) => {
|
|||
const listFilter = `c/${Category.slugFor(category)}/${
|
||||
category.id
|
||||
}/l/${this.filter(category)}`,
|
||||
findOpts = filterQueryParams(modelParams),
|
||||
findOpts = filterQueryParams(modelParams, params),
|
||||
extras = { cached: this.isPoppedState(transition) };
|
||||
|
||||
return findTopicList(
|
||||
|
|
Loading…
Reference in New Issue