mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 07:26:22 +02:00
changed count of contact validations
This commit is contained in:
parent
5474991bd1
commit
34c14e5bef
4 changed files with 75 additions and 15 deletions
|
@ -145,7 +145,7 @@ module Api
|
|||
contact.transaction do
|
||||
contact.save!
|
||||
|
||||
contact.validate_email_by_regex_and_mx
|
||||
contact.validate_email_by_regex_and_mx(single_email: true)
|
||||
contact.remove_force_delete_for_valid_contact
|
||||
|
||||
action = current_registrant_user.actions.create!(contact: contact, operation: :update)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue