fixed 个人项目列表条件增加标签名查询
This commit is contained in:
parent
7b6845ec3e
commit
30eedbafb9
|
@ -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
|
Loading…
Reference in New Issue