mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Hotfix for #512
This commit is contained in:
parent
6251a3410a
commit
8c19a52f41
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ class EppController < ApplicationController
|
|||
if params[:parsed_frame].at_css('update')
|
||||
@errors.each_with_index do |errors, index|
|
||||
if errors[:code] == '2304' &&
|
||||
errors[:value].present? &&
|
||||
errors[:value][:val] == DomainStatus::SERVER_DELETE_PROHIBITED &&
|
||||
errors[:value][:obj] == 'status'
|
||||
@errors[index][:value][:val] = DomainStatus::PENDING_UPDATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue