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