mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
Fix CC issues
This commit is contained in:
parent
d4dc39bf22
commit
11d97358c1
16 changed files with 78 additions and 60 deletions
|
@ -218,8 +218,7 @@ module Epp
|
|||
return true if params[:parsed_frame].css('status').empty?
|
||||
epp_errors.add(:epp_errors,
|
||||
code: '2306',
|
||||
msg: "#{I18n.t(:client_side_status_editing_error)}: status [status]"
|
||||
)
|
||||
msg: "#{I18n.t(:client_side_status_editing_error)}: status [status]")
|
||||
end
|
||||
|
||||
def check_client_hold
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue