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
9 files
+ 54
58
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -87,13 +87,12 @@ export default {
<gl-button
class="btn-inverted js-remove-from-batch-btn btn-grouped"
:disabled="isApplying"
variant="danger"
@click="removeSuggestionFromBatch"
>
{{ __('Remove from batch') }}
</gl-button>
<gl-button
v-gl-tooltip.viewport="__('This also resolves all related discussions')"
v-gl-tooltip.viewport="__('This also resolves all related threads')"
class="btn-inverted js-apply-batch-btn btn-grouped"
:disabled="isApplying"
variant="success"
@@ -105,7 +104,7 @@ export default {
</span>
<span v-else>
<gl-button
v-gl-tooltip.viewport="__('This also resolves the discussion')"
v-gl-tooltip.viewport="__('This also resolves the thread')"
class="btn-inverted js-apply-btn btn-grouped"
:disabled="isApplying"
variant="success"
Loading