Skip to content

Move issuable bulk edit form into a sidebar

This MR moves Issue and MR bulk editing into a sidebar.

Some additional changes were made to improve maintainability of the code:

  • Standardized naming across filenames, selectors, JS variables etc. to use appropriate variations of 'Issuable bulk update'. There were several different naming conventions describing the same feature including 'bulk edit', 'issues bulk assignment' & 'bulk update'.
  • Changed the name of Issuable to IssuableIndex and updated references to it, as it is more accurate and less confusing.
  • Removed some orphaned bulk update code which had fallen out of use (app/views/shared/issuable/_filter.html.haml)

Closes #28340 (closed)

Edited by username-removed-408230

Merge request reports