mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Turn on pending delete/change settings #2785
This commit is contained in:
parent
446576f5b0
commit
a809329421
4 changed files with 12 additions and 3 deletions
|
@ -68,7 +68,9 @@ class Admin::SettingsController < AdminController
|
|||
:key_data_allowed,
|
||||
:client_side_status_editing_enabled,
|
||||
:registrar_ip_whitelist_enabled,
|
||||
:api_ip_whitelist_enabled
|
||||
:api_ip_whitelist_enabled,
|
||||
:request_confrimation_on_registrant_change_enabled,
|
||||
:request_confirmation_on_domain_deletion_enabled
|
||||
]
|
||||
|
||||
params[:settings].each do |k, v|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue