mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-24 05:35:46 +08:00
新增:用户项目时间筛选项
This commit is contained in:
@@ -8,6 +8,6 @@ class Api::V1::Users::ProjectsController < Api::V1::BaseController
|
|||||||
|
|
||||||
private
|
private
|
||||||
def query_params
|
def query_params
|
||||||
params.permit(:category, :is_public, :project_type, :sort_by, :sort_direction, :search)
|
params.permit(:category, :is_public, :project_type, :sort_by, :sort_direction, :search, :start_at, :end_at)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
Reference in New Issue
Block a user