Story #104525314 - allow admin to remove pendingDelete and clear delete_at

This commit is contained in:
Matt Farnsworth 2015-11-19 10:19:29 +02:00
parent b1c8eb5f31
commit a53451c2ef
3 changed files with 25 additions and 9 deletions

View file

@ -148,7 +148,7 @@ class DomainStatus < ActiveRecord::Base
INACTIVE,
FORCE_DELETE,
PENDING_CREATE,
PENDING_DELETE,
#PENDING_DELETE,
PENDING_RENEW,
PENDING_TRANSFER,
PENDING_UPDATE,