Skip to content

Allow close status to be shown if issue is locked

Brett Walker requested to merge bw-show-closed-move into master

What does this MR do?

When an issue is Open and locked, we show both the Open status and the lock status. However when it's closed, we only show the lock status. This also means we don't see the Moved link for a closed issue.

The issue status should always be show to remove the ambiguity of the state and allow the move link to be visible.

Related to #28873 (closed)

Screenshots

before after
Screen_Shot_2019-09-13_at_2.21.52_PM Screen_Shot_2019-09-13_at_2.21.24_PM

Does this MR meet the acceptance criteria?

Conformity

Performance 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
Edited by Brett Walker

Merge request reports