Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-08-07 15:09:59 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-07 15:09:59 +0300
commit5958e399de2e45d509f25b9c84b0a4d7bafa41a1 (patch)
tree9f6fe0f418fe7fd1b3dc823c831b775708de8c84 /doc/user/discussions/index.md
parent277fdda606a023c1f8fa631e6a5c6868287caf36 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/discussions/index.md')
-rw-r--r--doc/user/discussions/index.md15
1 files changed, 10 insertions, 5 deletions
diff --git a/doc/user/discussions/index.md b/doc/user/discussions/index.md
index 1332992b348..f39d0d6c217 100644
--- a/doc/user/discussions/index.md
+++ b/doc/user/discussions/index.md
@@ -90,15 +90,20 @@ When a link of a commit reference is found in a thread inside a merge
request, it will be automatically converted to a link in the context of the
current merge request.
-### Jumping between unresolved threads
+### Jumping between unresolved threads (deprecated)
+
+> - [Deprecated](https://gitlab.com/gitlab-org/gitlab/-/issues/199718) in GitLab 13.3.
+> - This button's removal is behind a feature flag enabled by default.
+> - For GitLab self-managed instances, GitLab administrators with access to the
+ [GitLab Rails console](../../administration/feature_flags.md) can opt to disable it by running
+ `Feature.disable(:hide_jump_to_next_unresolved_in_threads)` (for the instance) or
+ `Feature.disable(:hide_jump_to_next_unresolved_in_threads, Project.find(<project id>))`
+ (per project.) **(CORE ONLY)**
When a merge request has a large number of comments it can be difficult to track
what remains unresolved. You can jump between unresolved threads with the
Jump button next to the Reply field on a thread.
-You can also jump to the next unresolved thread from the button next to the
-resolved threads tracker.
-
You can also use keyboard shortcuts to navigate among threads:
- Use <kbd>n</kbd> to jump to the next unresolved thread.
@@ -111,7 +116,7 @@ You can also use keyboard shortcuts to navigate among threads:
You can mark a thread as resolved by clicking the **Resolve thread**
button at the bottom of the thread.
-!["Resolve thread" button](img/resolve_thread_button.png)
+!["Resolve thread" button](img/resolve_thread_button_v13_3.png)
Alternatively, you can mark each comment as resolved individually.