mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 12:08:27 +02:00
Story #104525314 - allow admin to remove pendingDelete and clear delete_at
This commit is contained in:
parent
b1c8eb5f31
commit
a53451c2ef
3 changed files with 25 additions and 9 deletions
|
@ -148,7 +148,7 @@ class DomainStatus < ActiveRecord::Base
|
|||
INACTIVE,
|
||||
FORCE_DELETE,
|
||||
PENDING_CREATE,
|
||||
PENDING_DELETE,
|
||||
#PENDING_DELETE,
|
||||
PENDING_RENEW,
|
||||
PENDING_TRANSFER,
|
||||
PENDING_UPDATE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue