eloquent-driver icon indicating copy to clipboard operation
eloquent-driver copied to clipboard

Imported Navs lose their order

Open jackmcdade opened this issue 3 years ago • 3 comments

I have a structured collection built out in flat files, but when running the navs importer the tree data is lost.

jackmcdade avatar Oct 13 '22 17:10 jackmcdade

I would be hopeful that https://github.com/statamic/eloquent-driver/pull/57 fixes that

ryanmitchell avatar Oct 13 '22 17:10 ryanmitchell

Ahh, so maybe it's only a problem with UUID based IDs?

jackmcdade avatar Oct 13 '22 17:10 jackmcdade

I think the order of one level deep structures was being lost / not saved properly. That PR fixes it. Maybe not relevant to your data - but I’d happily look into it if I can get access to the repo?

ryanmitchell avatar Oct 13 '22 17:10 ryanmitchell

Looks like jason fixed this in 1.0.3 (this commit)

ryanmitchell avatar Nov 03 '22 10:11 ryanmitchell