bugfix: fix two issues relating to updating nested objects without matching slug
Closes #307 (closed)
Was caused by:
- Missing update call after resolving the nested value by
urlid
- Using the parent's
lookup_field
on the child (in this case the parent hadslug
, the childpk
)
Merge request reports
Activity
Please register or sign in to reply