-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'resolve-buttons-path' into 'master'
Pass the full project path for resolve buttons ## What does this MR do? The full project path is passed from the HTML into the JS rather than the resolve button JS generating the URL based on the the namespaces. @smcgivern @stanhu Do we have anyway of adding tests for installs with relative URLs? ## What are the relevant issue numbers? Closes #21704 See merge request !6129
No related branches found
No related tags found
Pipeline #
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/assets/javascripts/diff_notes/components/resolve_btn.js.es6 2 additions, 6 deletions...sets/javascripts/diff_notes/components/resolve_btn.js.es6
- app/assets/javascripts/diff_notes/components/resolve_discussion_btn.js.es6 1 addition, 5 deletions...ripts/diff_notes/components/resolve_discussion_btn.js.es6
- app/assets/javascripts/diff_notes/mixins/namespace.js.es6 0 additions, 9 deletionsapp/assets/javascripts/diff_notes/mixins/namespace.js.es6
- app/assets/javascripts/diff_notes/services/resolve.js.es6 13 additions, 13 deletionsapp/assets/javascripts/diff_notes/services/resolve.js.es6
- app/assets/javascripts/notes.js 4 additions, 7 deletionsapp/assets/javascripts/notes.js
- app/views/discussions/_resolve_all.html.haml 1 addition, 2 deletionsapp/views/discussions/_resolve_all.html.haml
- app/views/projects/merge_requests/_discussion.html.haml 1 addition, 1 deletionapp/views/projects/merge_requests/_discussion.html.haml
- app/views/projects/notes/_note.html.haml 3 additions, 5 deletionsapp/views/projects/notes/_note.html.haml
Loading