mirror of
https://github.com/internetee/registry.git
synced 2025-08-13 13:09:32 +02:00
Object owner changed to actual
This commit is contained in:
parent
f92b6071f1
commit
c1d6416bf1
1 changed files with 2 additions and 2 deletions
|
@ -189,7 +189,7 @@ namespace :import do
|
||||||
x.object.authinfopw.try(:strip),
|
x.object.authinfopw.try(:strip),
|
||||||
name,
|
name,
|
||||||
x.organization.try(:strip),
|
x.organization.try(:strip),
|
||||||
x.object.try(:clid),
|
Registrar.find_by(legacy_id: x.object.try(:clid)).try(:id),
|
||||||
user,
|
user,
|
||||||
user,
|
user,
|
||||||
x.country.try(:strip),
|
x.country.try(:strip),
|
||||||
|
@ -311,7 +311,7 @@ namespace :import do
|
||||||
|
|
||||||
domains << [
|
domains << [
|
||||||
x.object_registry.name.try(:strip),
|
x.object_registry.name.try(:strip),
|
||||||
x.object.try(:clid),
|
Registrar.find_by(legacy_id: x.object.try(:clid)).try(:id),
|
||||||
x.object_registry.try(:crdate),
|
x.object_registry.try(:crdate),
|
||||||
x.object_registry.try(:crdate),
|
x.object_registry.try(:crdate),
|
||||||
x.exdate,
|
x.exdate,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue