Strapi v5: Incorrect UI order of menu with nested items #459
Closed
Description
Version: 3.0.0-beta.2
Strapi: 5.0.5
I found a bug that caused incorrect ordering of navigation items (with nested items). The response from GraphQL API returns the correct order. Expected: Same order both returned from API and in UI
Steps to reproduce:
- create navigation with at least 2 items
- add nested items to 1 element
- set navigation with nested items to be the last
- click the 'save' button
- the order will break
Additionally, when I reorder a broken list, the order will be fixed until I save it again