mirror of
https://github.com/internetee/registry.git
synced 2025-08-15 14:03:49 +02:00
EppLog now uses default PaperTrail updater
This commit is contained in:
parent
19c4106e18
commit
52d662a8cb
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ class EppController < ApplicationController
|
||||||
request_successful: epp_errors.empty?,
|
request_successful: epp_errors.empty?,
|
||||||
request_object: params[:epp_object_type],
|
request_object: params[:epp_object_type],
|
||||||
response: @response,
|
response: @response,
|
||||||
api_user_name: @api_user.try(:to_s) || current_api_user.try(:to_s),
|
api_user_name: PaperTrail.whodunnit,
|
||||||
api_user_registrar: @api_user.try(:registrar).try(:to_s) || current_api_user.try(:registrar).try(:to_s),
|
api_user_registrar: @api_user.try(:registrar).try(:to_s) || current_api_user.try(:registrar).try(:to_s),
|
||||||
ip: request.ip
|
ip: request.ip
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue