mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
fix: 项目列表删除组织筛选
This commit is contained in:
@@ -11,7 +11,7 @@ class Projects::ListQuery < ApplicationQuery
|
||||
end
|
||||
|
||||
def call
|
||||
q = Project.all_visible(current_user_id).by_name_or_identifier(params[:search])
|
||||
q = Project.visible.by_name_or_identifier(params[:search])
|
||||
|
||||
scope = q
|
||||
.with_project_type(params[:project_type])
|
||||
|
||||
Reference in New Issue
Block a user