mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
Merge branch 'task#104941754' into staging
This commit is contained in:
commit
ebded08bf4
1 changed files with 4 additions and 0 deletions
|
@ -148,6 +148,7 @@ namespace :import do
|
||||||
email
|
email
|
||||||
fax
|
fax
|
||||||
created_at
|
created_at
|
||||||
|
updated_at
|
||||||
ident
|
ident
|
||||||
ident_type
|
ident_type
|
||||||
auth_info
|
auth_info
|
||||||
|
@ -184,6 +185,7 @@ namespace :import do
|
||||||
[x.email.try(:strip), x.notifyemail.try(:strip)].uniq.select(&:present?).join(', '),
|
[x.email.try(:strip), x.notifyemail.try(:strip)].uniq.select(&:present?).join(', '),
|
||||||
x.fax.try(:strip),
|
x.fax.try(:strip),
|
||||||
x.object_registry.try(:crdate),
|
x.object_registry.try(:crdate),
|
||||||
|
x.object.respond_to?(:update) && x.object.read_attribute(:update),
|
||||||
x.ssn.try(:strip),
|
x.ssn.try(:strip),
|
||||||
ident_type_map[x.ssntype],
|
ident_type_map[x.ssntype],
|
||||||
x.object.authinfopw.try(:strip),
|
x.object.authinfopw.try(:strip),
|
||||||
|
@ -228,6 +230,7 @@ namespace :import do
|
||||||
valid_to
|
valid_to
|
||||||
auth_info
|
auth_info
|
||||||
created_at
|
created_at
|
||||||
|
updated_at
|
||||||
name_dirty
|
name_dirty
|
||||||
name_puny
|
name_puny
|
||||||
period
|
period
|
||||||
|
@ -317,6 +320,7 @@ namespace :import do
|
||||||
x.exdate,
|
x.exdate,
|
||||||
x.object.authinfopw.try(:strip),
|
x.object.authinfopw.try(:strip),
|
||||||
x.object_registry.try(:crdate),
|
x.object_registry.try(:crdate),
|
||||||
|
x.object.respond_to?(:update) && x.object.read_attribute(:update),
|
||||||
x.object_registry.name.try(:strip),
|
x.object_registry.name.try(:strip),
|
||||||
SimpleIDN.to_ascii(x.object_registry.name.try(:strip)),
|
SimpleIDN.to_ascii(x.object_registry.name.try(:strip)),
|
||||||
1,
|
1,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue