mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
Solve both sides of the missing fields bug, not only one
This commit is contained in:
parent
cec05c3943
commit
a82db7a67a
7 changed files with 21 additions and 11 deletions
|
@ -1,4 +1,5 @@
|
|||
- domain = Domain.new(@version.object.to_h)
|
||||
- present_fields = only_present_fields(@version, Domain)
|
||||
- domain = Domain.new(present_fields)
|
||||
- attach_existing_fields(@version, domain)
|
||||
|
||||
- if @version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue