mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: tag filter dropdown menu is scoped to user and category
This commit is contained in:
@@ -111,7 +111,7 @@ class SiteSerializer < ApplicationSerializer
|
||||
end
|
||||
|
||||
def top_tags
|
||||
Tag.top_tags
|
||||
Tag.top_tags(guardian: scope)
|
||||
end
|
||||
|
||||
def wizard_required
|
||||
|
||||
Reference in New Issue
Block a user