Skip to content

Fixes for design reordering

Markus Koller requested to merge reorder-designs-fixes into master

What does this MR do?

Some fixes for #34382 (closed):

  • Insert new designs at the end.
    • This was already the case in the backend, but not on the frontend.
    • We also don't need to initialize a position for new designs, as they're already sorted last.
  • Remove background migration.
    • This is not needed anymore, since we're now backfilling the design positions immediately before moving a design.
  • Enable the feature flag by default.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Rémy Coutable

Merge request reports