Forbid using issue_type generated enum methods
What does this MR do and why?
Using an enum in the Issue model generates
several methods for each enum type. We are
preventing the usage of those since they
use the issue_type
column underneath.
This is all part of the effort to drop the issue_type
column as described in #410210 (closed)
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.
Related to #410225 (closed)
Edited by Mario Celi