mirror of
https://github.com/internetee/registry.git
synced 2025-05-20 19:29:39 +02:00
Story: #104525314 - allow addmin to set serverRenewProhibited
This commit is contained in:
parent
a114b8f599
commit
0e7d1a5c9a
1 changed files with 2 additions and 2 deletions
|
@ -125,7 +125,7 @@ class DomainStatus < ActiveRecord::Base
|
|||
SERVER_HOLD,
|
||||
# sync with admin_statuses_map
|
||||
# SERVER_MANUAL_INZONE,
|
||||
# SERVER_RENEW_PROHIBITED,
|
||||
SERVER_RENEW_PROHIBITED,
|
||||
SERVER_TRANSFER_PROHIBITED,
|
||||
# SERVER_REGISTRANT_CHANGE_PROHIBITED,
|
||||
SERVER_ADMIN_CHANGE_PROHIBITED,
|
||||
|
@ -141,7 +141,7 @@ class DomainStatus < ActiveRecord::Base
|
|||
# sync with admin_statuses
|
||||
# ['ManualInzone', SERVER_MANUAL_INZONE],
|
||||
# [''],
|
||||
# ['RenewProhibited', SERVER_RENEW_PROHIBITED],
|
||||
['RenewProhibited', SERVER_RENEW_PROHIBITED],
|
||||
['TransferProhibited', SERVER_TRANSFER_PROHIBITED],
|
||||
# ['RegistrantChangeProhibited', SERVER_REGISTRANT_CHANGE_PROHIBITED],
|
||||
['AdminChangeProhibited', SERVER_ADMIN_CHANGE_PROHIBITED],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue