Skip to content

Remove Jump to next unresolved thread button in merge request threads

Samantha Ming requested to merge 199718-fe-remove-jump-btn-in-mr-thread into master

Issue: #199718 (closed)

MR Changes
!37873 (merged) BE implementation
👉 current FE implementation
TBA Docs

What does this MR do?

Remove the "Jump to next unresolved thread button" in MR threads only.

Testing Case

  1. Go to a Merge Request with threads
  2. By default, this feature should be off. You can check by:
rails c

Feature.enabled?(:hide_jump_to_next_unresolved_in_threads) # true
  • It should show the "jump" button

image

  1. Enable the feature by:
Feature.enable(:hide_jump_to_next_unresolved_in_threads)
  • It should NOT show "jump" button

image

Screenshots

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

Closes #199718 (closed)

Edited by Samantha Ming

Merge request reports