Skip to content

Fix epic swimlanes list repositioning not working

euko requested to merge fix-epic-swimlanes-list-reposition into master

What does this MR do?

Fixes the list reordering feature for issue boards in epic swimlanes.

Background

We use two Draggables in issue boards, one for issuable card and another for list.

We added a check to the handler (listMove vuex action) to ensure only the events fired by the Draggable for list were handled using data-draggable-item-type attribute in !68126 (merged).

We (I @euko) forgot to add the data attribute to epic swimlane columns and this broke the drag&drop list reordering feature.

Screenshots or Screencasts (strongly suggested)

before after
Screen_Recording_2021-08-25_at_10.15.29_AM Screen_Recording_2021-08-25_at_10.16.07_AM

How to setup and validate locally (strongly suggested)

  1. Visit issue boards (project or group)
  2. Turn on the epic swimlanes by using the "Group by" toggle in the top right and selecting "Epic"
  3. Create two movable lists (labels, assignees, etc).
  4. Re-order the movable lists with drag&drop

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • 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 euko

Merge request reports