Skip to content

Forbid using issue_type generated enum methods

Mario Celi requested to merge 410225-restrict-scopes into master

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.

Related to #410225 (closed)

Edited by Mario Celi

Merge request reports

Loading