Skip to content

Tidy ~/issuable init functions

Coung Ngo requested to merge cngo-sort-issuables into master

What does this MR do and why?

This MR tidies init functions in ~/issuable into index.js and makes code more consistent. Note that the status dropdown only exists at the project level. This is a tidy-up after moving a bunch of code into ~/issuable for organisation.

Screenshots or screen recordings

How to set up and validate locally

Test the bulk update sidebar on the following pages

  • Group epics http://127.0.0.1:3000/groups/h5bp/-/epics
  • Group issues http://127.0.0.1:3000/groups/h5bp/-/issues
  • Group MRs http://127.0.0.1:3000/groups/h5bp/-/merge_requests
  • Project issues http://127.0.0.1:3000/h5bp/html5-boilerplate/-/issues
  • Project MRs http://127.0.0.1:3000/h5bp/html5-boilerplate/-/merge_requests

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports