Commit 242229b5 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch 'hchouraria-fix-autocomplete-merge-request-target-branches' into 'master'

Add prefix to autocomplete path

See merge request gitlab-org/gitlab!65508
parents 2b1dcce1 c4c246d1
......@@ -204,7 +204,7 @@ export default class AvailableDropdownMappings {
getMergeRequestTargetBranchesEndpoint() {
const endpoint = `${
gon.relative_url_root || ''
}/autocomplete/merge_request_target_branches.json`;
}/-/autocomplete/merge_request_target_branches.json`;
const params = {
group_id: this.getGroupId(),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment