mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 01:03:35 +02:00
Story: #104525314 - fix: do not ask registrant verification when there were errors and nothing is done
This commit is contained in:
parent
339885cd3d
commit
3a16b9eada
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ class Epp::Domain < Domain
|
|||
|
||||
# at[:statuses] += at_add[:domain_statuses_attributes]
|
||||
|
||||
if verify &&
|
||||
if errors.empty? && verify &&
|
||||
Setting.request_confrimation_on_registrant_change_enabled &&
|
||||
frame.css('registrant').present? &&
|
||||
frame.css('registrant').attr('verified').to_s.downcase != 'yes'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue