First iteration of epp error refactoring

This commit is contained in:
Alex Sherman 2021-05-03 18:55:03 +05:00
parent 7be87de865
commit 72c865e656
2 changed files with 5 additions and 5 deletions

View file

@ -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')