mirror of
https://github.com/internetee/registry.git
synced 2025-07-14 06:55:11 +02:00
Story#108521790 - add admin contacts relation to domain history
This commit is contained in:
parent
33ee6f6256
commit
8dfb62151d
3 changed files with 22 additions and 2 deletions
|
@ -129,7 +129,12 @@ namespace :import do
|
|||
object: last_changes,
|
||||
object_changes: changes,
|
||||
created_at: time,
|
||||
children: {}
|
||||
children: {
|
||||
admin_contacts: [responder.get_admin_contact_new_ids],
|
||||
tech_contacts: [],
|
||||
nameservers: [],
|
||||
registrant: [responder.new_registrant_id]
|
||||
}
|
||||
)
|
||||
|
||||
last_changes = new_attrs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue