Skip to content

Update copyState to reflect new enum values

Luke Duncalfe requested to merge 13426-bugfix-copyState-and-padding into master

What does this MR do?

The values of the GraphQL field DesignCollection#copyState changed from PENDING or COPYING to just IN_PROGRESS to represent an in progress Design Collection copy (see !42291 (merged) and !42432 (merged)).

This change updates the frontend to correctly reflect this change so that a message displays when the design copy is in progress.

It also adjusts the padding of the box #13426 (comment 414551182).

QA Steps

  1. Enable design_management_copy_designs feature: Feature.enable(:design_management_copy_designs)
  2. Add designs to an issue
  3. Move the issue
  4. You should see a message saying your designs are on their way (the below screenshot)
  5. Reloading after a few seconds you should see your designs

Screenshots

image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Luke Duncalfe

Merge request reports

Loading