mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user