mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-24 13:45:44 +08:00
fix
This commit is contained in:
@@ -6,7 +6,7 @@ class Projects::AppliedTransferProjectsController < Projects::BaseController
|
|||||||
end
|
end
|
||||||
|
|
||||||
def create
|
def create
|
||||||
@applied_transfer_project = Projects::ApplyTransferService.call(current_user, @project, params[:owner_name])
|
@applied_transfer_project = Projects::ApplyTransferService.call(current_user, @project, params)
|
||||||
rescue Exception => e
|
rescue Exception => e
|
||||||
uid_logger_error(e.message)
|
uid_logger_error(e.message)
|
||||||
tip_exception(e.message)
|
tip_exception(e.message)
|
||||||
|
|||||||
Reference in New Issue
Block a user