mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Ident not allowed to update #2639
This commit is contained in:
parent
e0c21acba5
commit
165fd17216
4 changed files with 16 additions and 6 deletions
|
@ -143,7 +143,6 @@ class Epp::Contact < Contact
|
|||
at.deep_merge!(self.class.attrs_from(frame.css('rem'), 'rem'))
|
||||
at.deep_merge!(self.class.attrs_from(frame.css('add')))
|
||||
at.deep_merge!(self.class.attrs_from(frame.css('chg')))
|
||||
at.merge!(self.class.ident_attrs(frame.css('ident').first))
|
||||
legal_frame = frame.css('legalDocument').first
|
||||
at[:legal_documents_attributes] = self.class.legal_document_attrs(legal_frame)
|
||||
self.deliver_emails = true # turn on email delivery for epp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue