Commit 8fc9cd08 authored by Fabien Catteau's avatar Fabien Catteau Committed by Marcia Ramos

Fix screenshot (wrong content)

The image didn't reflect its file name,
and it was not relevant in the doc section
where it's used.

See https://docs.gitlab.com/ee/user/discussions/#move-all-unresolved-threads-in-a-merge-request-to-an-issue
parent 6aa2c9a4
......@@ -115,7 +115,7 @@ are resolved](#only-allow-merge-requests-to-be-merged-if-all-threads-are-resolve
there will be an **open an issue to resolve them later** link in the merge
request widget.
![Link in merge request widget](img/resolve_thread_open_issue.png)
![Link in merge request widget](img/resolve_thread_open_issue_v13_9.png)
This will prepare an issue with its content referring to the merge request and
the unresolved threads.
......@@ -161,7 +161,7 @@ box and hit **Save** for the changes to take effect.
From now on, you will not be able to merge from the UI until all threads
are resolved.
![Only allow merge if all the threads are resolved message](img/resolve_thread_open_issue.png)
![Only allow merge if all the threads are resolved message](img/resolve_thread_open_issue_v13_9.png)
### Automatically resolve merge request diff threads when they become outdated
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment