mirror of
https://github.com/internetee/registry.git
synced 2025-06-04 03:37:28 +02:00
First iteration of epp error refactoring
This commit is contained in:
parent
7be87de865
commit
72c865e656
2 changed files with 5 additions and 5 deletions
|
@ -102,7 +102,7 @@ module Epp
|
|||
|
||||
if obj
|
||||
obj.construct_epp_errors
|
||||
@errors += obj.errors[:epp_errors]
|
||||
@errors += obj.errors.where[:epp_errors].flatten
|
||||
end
|
||||
|
||||
if params[:parsed_frame]&.at_css('update')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue