mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
Server side support for custom ordering of topics
This commit is contained in:
@ -142,7 +142,7 @@ class ListController < ApplicationController
|
||||
exclude_category: (params[:exclude_category] || menu_item.try(:filter)),
|
||||
category: params[:category],
|
||||
sort_order: params[:sort_order],
|
||||
sort_descending: params[:sort_order]
|
||||
sort_descending: params[:sort_descending]
|
||||
}
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user