mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
fixed storing lockable statuses
This commit is contained in:
parent
9c0018d6fe
commit
3f8a99d8ca
3 changed files with 11 additions and 3 deletions
|
@ -40,6 +40,7 @@ module Domain::RegistryLockable
|
|||
end
|
||||
self.locked_by_registrant_at = nil
|
||||
self.statuses = admin_store_statuses_history || []
|
||||
admin_store_statuses_history = nil
|
||||
alert_registrar_lock_changes!(lock: false)
|
||||
|
||||
save!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue