strapi / strapi

πŸš€ Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable and developer-first.
https://strapi.io
Other
60.6k stars 7.57k forks source link

[BUG] Drag and Drop is not working on List View editing #20222

Open SalahAdDin opened 2 weeks ago

SalahAdDin commented 2 weeks ago

Bug report

Required System information

Describe the bug

When we try to change the List View columns order using drag and drow, the items are not reordered at all; we have to remove all columns and add them again in the wanted order.

Steps to reproduce the behavior

  1. Go to the Content Manager.
  2. Click on the Collection Type you will work with.
  3. Click on the cog icon on the right side.
  4. Click on Edit view.
  5. Choose a column to reorder and drag and drop it.
  6. See the error.

Expected behavior

Dragging and dropping a column should update the column order on the database and render it on the admin panel as well.

Screenshots

DragAndDrawNotWorkingStrapi5-2

Code snippets

Additional context