Skip to content

Commit

Permalink
Merge pull request #567 from internetee/registry-512-hotfix
Browse files Browse the repository at this point in the history
Hotfix for #512
  • Loading branch information
vohmar authored Jun 21, 2017
2 parents 7613211 + 8c19a52 commit cee4c84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/epp_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def handle_errors(obj = nil)
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
Expand Down

0 comments on commit cee4c84

Please sign in to comment.