Closed MyPyDavid closed 3 months ago
I broke the sorting with append_element
with a typo before in the import feature branch.
Am now reverting it back to original sorting, but get a RecursionError
for the legacy tests..
typo, it should be value
instead of element_value
in:
https://github.com/rdmorganiser/rdmo/blob/ea118edba99fc8ac45934883794b8a4515309d6e/rdmo/core/xml.py#L451
thanks for the review!
Description
Fixes for the Import Feature
dev-2.2.0
)append_element
order
through field items toint
element
that are not relevant for the import (like legacy keys)extra_fields
) is done by theinstance.full_clean()
and these instance values are written back into theelement[field]
float
forFloatField
otherwise astr
will be compare tofloat
Motivation and Context
Made an overview of the models and the relations with the CLI tool
graph_models
How has this been tested?
Screenshots (if appropriate)
Types of Changes
Checklist