Move and rename IssuableType constant
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
toIssueType
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.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Coung Ngo