Skip to content

Move and rename IssuableType constant

Coung Ngo requested to merge cngo-move-issuable-type-constant into master

What does this MR do and why?

This MR:

  • Moves IssuableType constant from ~/vue_shared/issuable/show/constants as it's not used in ~/vue_shared/issuable/show
  • Moves IssuableType constant to ~/issues/constants as ~/issues is where it's used
  • Renames IssuableType to IssueType as incidents and test cases are issue types (see #118666 (closed)). Issuable is typically used to describe logic shared between issues and merge requests

Screenshots or screen recordings

How to set up and validate locally

MR acceptance checklist

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

Edited by Coung Ngo

Merge request reports

Loading