Skip to content

Refactor bulk update code

Coung Ngo requested to merge cngo-refactor-bulk-update into master

What does this MR do and why?

This MR refactors bulk update code to simplify it. Before, checkedIssuables held an object of objects but this is overkill so instead we're updating it to just hold an array of IDs

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

No changes

Screen_Recording_2024-05-24_at_3.02.42_PM

How to set up and validate locally

  1. Go to the epics list and test bulk editing
Edited by Coung Ngo

Merge request reports