fix
This commit is contained in:
parent
d532dc7cf5
commit
96238c2e13
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue