Skip to content
Snippets Groups Projects

Users can apply multiple suggestions at once.

Merged Jesse Hall requested to merge jessehall3/gitlab-ee:25486-batch-suggestions into master
12 files
+ 38
40
Compare changes
  • Side-by-side
  • Inline
Files
12
@@ -45,7 +45,7 @@ export default {
},
},
computed: {
...mapGetters(['batchSuggestionIds']),
...mapGetters(['batchSuggestionsInfo']),
noteBody() {
return this.note.note;
},
@@ -118,7 +118,7 @@ export default {
<suggestions
v-if="hasSuggestion && !isEditing"
:suggestions="note.suggestions"
:batch-suggestion-ids="batchSuggestionIds"
:batch-suggestions-info="batchSuggestionsInfo"
:note-html="note.note_html"
:line-type="lineType"
:help-page-path="helpPagePath"
Loading