fixed storing lockable statuses

This commit is contained in:
Oleg Hasjanov 2021-04-07 20:10:10 +03:00
parent 9c0018d6fe
commit 3f8a99d8ca
3 changed files with 11 additions and 3 deletions

View file

@ -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!