mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 23:48:45 +08:00
ae108b363f
That bug was mentioned in [meta](https://meta.discourse.org/t/muting-categories-hides-them-muting-subcategories-should-too/131316) Problem is that subcategories are always visible in `/categories` path even if muted. Categories/subcategories are loaded in at least two places https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/models/site.js.es6#L146 https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/routes/discovery-categories.js.es6#L46 I discussed that with @jjaffeux and we thought that maybe it would be a good idea to filter that on frontend level |
||
---|---|---|
.. | ||
assets | ||
controllers | ||
helpers | ||
jobs | ||
mailers | ||
models | ||
serializers | ||
services | ||
views |