mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
Story#115405945 - setting pending update should update updated_at
This commit is contained in:
parent
92bc47adfa
commit
ee36333640
1 changed files with 1 additions and 0 deletions
|
@ -395,6 +395,7 @@ class Domain < ActiveRecord::Base
|
|||
self.registrant_verification_token = token
|
||||
self.registrant_verification_asked_at = asked_at
|
||||
set_pending_update
|
||||
touch_always_version
|
||||
pending_json['new_registrant_id'] = new_registrant_id
|
||||
pending_json['new_registrant_email'] = new_registrant_email
|
||||
pending_json['new_registrant_name'] = new_registrant_name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue