We want to inflate dexterity content that uses z3c.relationfield.schema-RelationList/RelationChoice in combination with plone.app.intid.
We already added converters to transmogrify.dexterity that create RelationValue objects for plone objects. In combination with above pull-request it is necessary to resolve objects by their path while inflating.
We want to inflate dexterity content that uses
z3c.relationfield.schema
-RelationList
/RelationChoice
in combination withplone.app.intid
.We already added converters to
transmogrify.dexterity
that createRelationValue
objects for plone objects. In combination with above pull-request it is necessary to resolve objects by their path while inflating.