Skip to content

Fix issue actions dropdown showing in incident types

What does this MR do?

Recently, !44440 (merged) was merged which put issue actions into an ellipsis dropdown in the issue header, behind a feature flag.

However, incident types were also added recently which share logic with issue types, and the issue actions dropdown is incorrectly showing in incident types.

This MR fixes this. There is no changelog since this change fixes an MR that has not been released yet and behind a feature flag.

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports