mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
110687814-variable_changes
This commit is contained in:
parent
5cc3e0d1de
commit
9926a7e54c
2 changed files with 2 additions and 2 deletions
|
@ -179,7 +179,7 @@ class Epp::Contact < Contact
|
|||
end
|
||||
|
||||
self.upid = current_user.id if current_user
|
||||
self.update = Time.zone.now
|
||||
self.up_date = Time.zone.now
|
||||
|
||||
super(at)
|
||||
end
|
||||
|
|
|
@ -490,7 +490,7 @@ class Epp::Domain < Domain
|
|||
# at[:statuses] += at_add[:domain_statuses_attributes]
|
||||
|
||||
self.upid = current_user.id if current_user
|
||||
self.update = Time.zone.now
|
||||
self.up_date = Time.zone.now
|
||||
|
||||
if errors.empty? && verify &&
|
||||
Setting.request_confrimation_on_registrant_change_enabled &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue