This commit is contained in:
Martin Lensment 2014-08-04 16:00:33 +03:00
parent 5bb212ba24
commit 3dca771bcb
4 changed files with 5 additions and 4 deletions

View file

@ -45,7 +45,7 @@ module Epp::Common
code: code,
msg: err[:msg],
value: {obj: err[:obj], val: err[:val]},
} and break if values.any? {|x| I18n.t("errors.messages.#{x}") == err[:msg] }
} and break if values.any? {|x| obj.errors.generate_message(key, x) == err[:msg]}
else
epp_errors << {
code: code,