mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
Keyrelay list on domain, translations refactor
This commit is contained in:
parent
c15b4d48b9
commit
ee060fca1a
56 changed files with 439 additions and 356 deletions
|
@ -118,7 +118,7 @@ module Epp::DomainsHelper
|
|||
end
|
||||
|
||||
if parsed_frame.css('dsData').count > 0 && parsed_frame.css('create > keyData').count > 0
|
||||
epp_errors << { code: '2306', msg: I18n.t('shared.ds_data_and_key_data_must_not_exists_together') }
|
||||
epp_errors << { code: '2306', msg: I18n.t('ds_data_and_key_data_must_not_exists_together') }
|
||||
ret = false
|
||||
end
|
||||
ret
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue