mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
Story #104525314 - fix xpath, verified must be found on child delete/delete
This commit is contained in:
parent
eda586d8c4
commit
68a93a33ab
1 changed files with 1 additions and 1 deletions
|
@ -513,7 +513,7 @@ class Epp::Domain < Domain
|
|||
return false unless valid?
|
||||
|
||||
if Setting.request_confirmation_on_domain_deletion_enabled &&
|
||||
frame.css('delete').attr('verified').to_s.downcase != 'yes'
|
||||
frame.css('delete').children.css('delete').attr('verified').to_s.downcase != 'yes'
|
||||
|
||||
registrant_verification_asked!(frame.to_s, user_id)
|
||||
self.deliver_emails = true # turn on email delivery for epp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue