mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
FIX user search cloud account's bug
This commit is contained in:
@@ -37,7 +37,7 @@ class Ci::BuildsController < Ci::BaseController
|
||||
|
||||
private
|
||||
def find_cloud_account
|
||||
@cloud_account = current_user.cloud_account
|
||||
@cloud_account = current_user.ci_cloud_account
|
||||
end
|
||||
|
||||
def load_ci_user
|
||||
|
||||
Reference in New Issue
Block a user