mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 15:14:47 +02:00
Fix domain delete functionality
This commit is contained in:
parent
5693d0dd74
commit
6045cd4e56
1 changed files with 0 additions and 4 deletions
|
@ -51,10 +51,6 @@ module Actions
|
||||||
else
|
else
|
||||||
domain.set_pending_delete!
|
domain.set_pending_delete!
|
||||||
end
|
end
|
||||||
|
|
||||||
return false if domain.errors.any?
|
|
||||||
return false if domain.errors[:epp_errors].any?
|
|
||||||
|
|
||||||
true
|
true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue