mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 03:10:48 +08:00
FIX bug
This commit is contained in:
@@ -14,7 +14,7 @@ class Projects::ListQuery < ApplicationQuery
|
||||
.with_project_type(params[:project_type])
|
||||
.with_project_category(params[:category_id])
|
||||
.with_project_language(params[:language_id])
|
||||
.includes(:project_category, :project_language, :repository, :owner)
|
||||
.includes(:project_category, :project_language, :owner)
|
||||
|
||||
custom_sort(scope, params[:sort_by], params[:sort_direction])
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user