mirror of
https://github.com/internetee/registry.git
synced 2025-07-27 04:58:29 +02:00
Story#115762063 - update which children elements should be saved in logs
This commit is contained in:
parent
866f44815d
commit
0a0b9c323b
1 changed files with 2 additions and 1 deletions
|
@ -739,9 +739,10 @@ class Domain < ActiveRecord::Base
|
||||||
log[:admin_contacts] = admin_contact_ids
|
log[:admin_contacts] = admin_contact_ids
|
||||||
log[:tech_contacts] = tech_contact_ids
|
log[:tech_contacts] = tech_contact_ids
|
||||||
log[:nameservers] = nameserver_ids
|
log[:nameservers] = nameserver_ids
|
||||||
|
log[:dnskeys] = dnskey_ids
|
||||||
|
log[:domain_statuses]= domain_status_ids
|
||||||
log[:legal_documents]= [legal_document_id]
|
log[:legal_documents]= [legal_document_id]
|
||||||
log[:registrant] = [registrant_id]
|
log[:registrant] = [registrant_id]
|
||||||
log[:domain_statuses] = domain_status_ids
|
|
||||||
log
|
log
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue