mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Merge pull request #137 from internetee/story/115762063--show-historical-nested
Story#115762063 - update which children elements should be saved in logs
This commit is contained in:
commit
146de4dd4c
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