mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
FIX: Sort order on activity column is incorrect
This commit is contained in:
parent
9f72971d26
commit
629bfb73f5
@ -32,7 +32,7 @@ class TopicQuery
|
||||
'likes' => 'like_count',
|
||||
'views' => 'views',
|
||||
'posts' => 'posts_count',
|
||||
'activity' => 'created_at',
|
||||
'activity' => 'bumped_at',
|
||||
'posters' => 'participant_count',
|
||||
'category' => 'category_id'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user