michielkempen / nova-order-field

A field that adds reordering functionality to your Laravel Nova resource's index using the eloquent-sortable package by Spatie.
MIT License
59 stars 39 forks source link

Issue when use with HasMany relationship #9

Closed YannikFirre closed 5 years ago

YannikFirre commented 5 years ago

Hello,

I noticed a bug with the package. It does not work properly with resources that have a belgongsto relationship.

Example : I have a resource advantages that are belongs to pages. If I sort the advantages from /resources/advantages/, it works. If I sort the advantages from /resources/pages/1 via the hasmany field, it does not work properly anymore.

Thanks,

Yannik

YannikFirre commented 5 years ago

I found a perfect reply to my issue.

https://github.com/spatie/eloquent-sortable/pull/38#issuecomment-401366278