Ryan Mitchell
Ryan Mitchell
@Oleafeon i've pushed some fixes [here](https://github.com/statamic/eloquent-driver/pull/42/commits/e08d1224bbe1a37f2f73da8c1425f2767a8c64db) for the issues you were experiencing. Tested on a fresh install and all seems good to me. You'll need to run: `php artisan vendor:publish...
@RikHeynen odd, I didnt come across that in my testing. What Statamic version are you using? See if [this fix helps](https://github.com/statamic/eloquent-driver/pull/42/commits/f118df69048eb100dccdb4a4465c548ec166270e)?
@RikHeynen do you want to try debugging it and let me know what changes are required? Either that or i would need to know what version you are on to...
@Oleafeon happy to help you debug it but I would need a test repository which recreates the issue so I can look into it. Alternatively if you debug it yourself...
Should be solved by the all models PR
Can you check this against the new v1? I think this issue can be closed.
I'm able to reproduce and I'm not seeing it re-ordering correctly anywhere, even on the front end. We'll need to update EntryQueryBuilder to orderBy the `order` in the tree -...
@enespolat24 see if this PR fixes it... https://github.com/statamic/eloquent-driver/pull/57
So this works fine for me on v1, as long as one of the fields is `collection`... if you dont select it then you dont get the blueprint, so it...
Can you check this against v1? I think this issue can be closed.