whitecube / nova-flexible-content

Flexible Content & Repeater Fields for Laravel Nova
MIT License
780 stars 229 forks source link

Drag and drop bug #446

Open fabiobap opened 1 year ago

fabiobap commented 1 year ago

We are expericing a bug with the drag and drop functionallity when editing a resource. So a little context we have Quiz resource where we implemented the Question as flexible field and Question field also has a Alternative flexible field.

In this video you can see I'm moving the question with the drag and drop functionallity but the index never updates and also when you save it remains the same https://www.loom.com/share/74508d44d2844c398e54cc5b7c2a1375

In this video you can see it working as inteded with the arrow function https://www.loom.com/share/eec12ecd9c2541afadc544765c8b531d

The nested layout Alternative also has ordering and it does work with both functionallities, drag and drop and arrow function. https://www.loom.com/share/4ca5f51a57714ece8b333d1543491e93

The difference between the Question and the Alternative resource is that Question is incremental id and Alternative is uuid.

rafaelsmith commented 1 year ago

Same here

harmenjanssen commented 1 month ago

Same here!