mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
fix: pull_request can not select reporter and compare userinfo lose
This commit is contained in:
@@ -215,7 +215,7 @@ class PullRequestsController < ApplicationController
|
||||
def get_relatived
|
||||
@project_tags = @project.issue_tags&.select(:id,:name, :color).as_json
|
||||
@project_versions = @project.versions&.select(:id,:name, :status).as_json
|
||||
@project_members = @project.all_collaborators
|
||||
@project_members = @project.all_managers
|
||||
@project_priories = IssuePriority&.select(:id,:name, :position).as_json
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user