mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
FIX: 104525314 -- forceDelete prohibits renew
This commit is contained in:
parent
4de83da19b
commit
8f2595c0ca
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ class Domain < ActiveRecord::Base
|
|||
end
|
||||
end
|
||||
|
||||
return false if statuses.include?(DomainStatus::DELETE_CANDIDATE)
|
||||
return false if statuses.include?(DomainStatus::DELETE_CANDIDATE) || statuses.include?(DomainStatus::FORCE_DELETE)
|
||||
|
||||
true
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue