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
3 files
+ 8
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -507,6 +507,9 @@ export const submitSuggestionBatch = (
return dispatchResolveDiscussion(suggestionInfo.discussionId)
}))
})
.then(() => {
return commit(types.CLEAR_SUGGESTION_BATCH)
})
.catch(err => {
const defaultMessage = __(
'Something went wrong while applying the batch of suggestions. Please try again.',
Loading