mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-24 05:35:46 +08:00
fixed 个人项目列表条件增加标签名查询
This commit is contained in:
@@ -20,6 +20,6 @@ class Users::ProjectsController < Users::BaseController
|
|||||||
private
|
private
|
||||||
|
|
||||||
def query_params
|
def query_params
|
||||||
params.permit(:category, :status, :sort_direction)
|
params.permit(:category, :status, :sort_directio, :topic_name)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
Reference in New Issue
Block a user