SenseNet / sn-io

Import and export features and tools for the sensenet repository.
GNU General Public License v2.0
0 stars 0 forks source link

Subtree import continues on child elements of a nonexistent or failed ascendant #32

Closed VargaJoe closed 1 year ago

VargaJoe commented 1 year ago

If a subtree root import fails, the tool still tries to import descendants and fails every time as the parent is not found. image.png

Solution

Import should skip children after failing on a parent.