mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 02:09:39 +02:00
110687814-update_point_changed
This commit is contained in:
parent
9926a7e54c
commit
35e7055c7b
1 changed files with 2 additions and 3 deletions
|
@ -489,14 +489,13 @@ class Epp::Domain < Domain
|
||||||
|
|
||||||
# at[:statuses] += at_add[:domain_statuses_attributes]
|
# at[:statuses] += at_add[:domain_statuses_attributes]
|
||||||
|
|
||||||
self.upid = current_user.id if current_user
|
|
||||||
self.up_date = Time.zone.now
|
|
||||||
|
|
||||||
if errors.empty? && verify &&
|
if errors.empty? && verify &&
|
||||||
Setting.request_confrimation_on_registrant_change_enabled &&
|
Setting.request_confrimation_on_registrant_change_enabled &&
|
||||||
frame.css('registrant').present? &&
|
frame.css('registrant').present? &&
|
||||||
frame.css('registrant').attr('verified').to_s.downcase != 'yes'
|
frame.css('registrant').attr('verified').to_s.downcase != 'yes'
|
||||||
registrant_verification_asked!(frame.to_s, current_user.id)
|
registrant_verification_asked!(frame.to_s, current_user.id)
|
||||||
|
self.upid = current_user.registrar.id if current_user.registrar
|
||||||
|
self.up_date = Time.zone.now
|
||||||
end
|
end
|
||||||
self.deliver_emails = true # turn on email delivery for epp
|
self.deliver_emails = true # turn on email delivery for epp
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue