diff options
author | Bob Van Landuyt <bob@gitlab.com> | 2019-05-07 11:36:09 +0000 |
---|---|---|
committer | Bob Van Landuyt <bob@gitlab.com> | 2019-05-07 11:36:09 +0000 |
commit | 23bdca9ca3301b9372327e310c3c3d23f1d4ae58 (patch) | |
tree | aa2041269ea69c84f7f6b70ed789ce1620ab1c15 | |
parent | a60cba582421699ffd08dba7e095ce587f268bb7 (diff) | |
parent | 07015fa54495ac11b9420a803371e0ea4dc3a551 (diff) | |
download | gitlab-ce-23bdca9ca3301b9372327e310c3c3d23f1d4ae58.tar.gz |
Merge branch 'patch-17' into 'master'
remove note that multi-line suggestions are not yet available
See merge request gitlab-org/gitlab-ce!28119
-rw-r--r-- | changelogs/unreleased/28119-remove-note-multi-line-suggestions.yml | 5 | ||||
-rw-r--r-- | doc/user/discussions/index.md | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/changelogs/unreleased/28119-remove-note-multi-line-suggestions.yml b/changelogs/unreleased/28119-remove-note-multi-line-suggestions.yml new file mode 100644 index 00000000000..2fbacbcb011 --- /dev/null +++ b/changelogs/unreleased/28119-remove-note-multi-line-suggestions.yml @@ -0,0 +1,5 @@ +--- +title: Remove the note in the docs that multi-line suggestions are not yet available +merge_request: 28119 +author: hardysim +type: other diff --git a/doc/user/discussions/index.md b/doc/user/discussions/index.md index 248f8395db1..9327865c682 100644 --- a/doc/user/discussions/index.md +++ b/doc/user/discussions/index.md @@ -385,11 +385,6 @@ the Merge Request authored by the user that applied them. ![Add a new comment](img/insert_suggestion.png) - > **Note:** - The suggestion will only affect the commented line. Multi-line - suggestions are currently not supported. Will be introduced by - [#53310](https://gitlab.com/gitlab-org/gitlab-ce/issues/53310). - 1. In the comment, add your suggestion to the pre-populated code block: ![Add a suggestion into a code block tagged properly](img/make_suggestion.png) |