verbb / vizy

A flexible visual editor for Craft CMS
Other
43 stars 8 forks source link

Re-ordering existing assets will not be saved #300

Open holiday-jan opened 1 month ago

holiday-jan commented 1 month ago

Describe the bug

When we re-order existing assets in vizy, the new order won't be saved.

Steps to reproduce

  1. Add multiple assets (2 is enough)
  2. Save
  3. Re-order assets (switch them, drag-and-drop)
  4. Save
  5. Reopen, old order is back

Craft CMS version

4.9.3

Plugin version

2.1.19

Multi-site?

No

Additional context

Reverted back to Vizy 2.1.18, re-ordering works, so should only be a bug in the latest version

engram-design commented 1 month ago

Fixed for the next release. To get this early, run composer require verbb/vizy:"dev-craft-4 as 2.1.19".

holiday-jan commented 1 month ago

works, thank you!