mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Merge branch '104525314-domain-object-states' into staging to apply bug fixes
This commit is contained in:
commit
d72b3518b2
4 changed files with 5 additions and 9 deletions
|
@ -401,7 +401,7 @@ class Domain < ActiveRecord::Base
|
|||
def clean_pendings!
|
||||
preclean_pendings
|
||||
self.pending_json = {}
|
||||
statuses.delete[DomainStatus::PENDING_DELETE_CONFIRMATION]
|
||||
statuses.delete(DomainStatus::PENDING_DELETE_CONFIRMATION)
|
||||
statuses.delete(DomainStatus::PENDING_UPDATE)
|
||||
statuses.delete(DomainStatus::PENDING_DELETE)
|
||||
status_notes[DomainStatus::PENDING_UPDATE] = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue