mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Merge pull request #1774 from internetee/repp-domains
REPP: Domain management
This commit is contained in:
commit
d073656448
66 changed files with 2700 additions and 605 deletions
|
@ -513,7 +513,7 @@ class Domain < ApplicationRecord
|
|||
|
||||
# depricated not used, not valid
|
||||
def update_prohibited?
|
||||
pending_update_prohibited? && pending_delete_prohibited?
|
||||
(statuses & DomainStatus::UPDATE_PROHIBIT_STATES).present?
|
||||
end
|
||||
|
||||
# public api
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue