mirror of
https://github.com/strapi/strapi.git
synced 2025-09-07 15:49:24 +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.