mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
Fix paper trail versioning for RegistrantVerification
This commit is contained in:
parent
2d93932d92
commit
cca51b8a03
5 changed files with 118 additions and 96 deletions
|
@ -30,12 +30,14 @@ module Versions
|
|||
|
||||
def creator
|
||||
return nil if creator_str.blank?
|
||||
|
||||
creator = user_from_id_role_username creator_str
|
||||
creator.present? ? creator : creator_str
|
||||
end
|
||||
|
||||
def updator
|
||||
return nil if updator_str.blank?
|
||||
|
||||
updator = user_from_id_role_username updator_str
|
||||
updator.present? ? updator : updator_str
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue