2
0

Fix Trending Tags pending review having an unstable sort order (#31473)

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Emelia Smith
2024-08-19 15:25:40 +02:00
committed by GitHub
parent 71f257d529
commit 99051479c1

View File

@@ -14,7 +14,7 @@ class Trends::TagFilter
def results
scope = if params[:status] == 'pending_review'
Tag.unscoped
Tag.unscoped.order(id: :desc)
else
trending_scope
end