mirror of
https://github.com/strapi/strapi.git
synced 2025-07-28 03:20:17 +00:00

When removing or adding a relation in an entity, other entities from the same Content Type were seeing that same relation reordered. Cause: We were updating the order of the other entities when we should only be updating the inverse order.