Commit bb62d85a authored by Fatih Acet's avatar Fatih Acet

Merge branch 'sh-fix-related-merge-request-api-paths-ee' into 'master'

[EE port] Fix related merge requests not working with relative URL root

See merge request gitlab-org/gitlab-ee!11172
parents 2e700c38 a65ae9b1
......@@ -87,7 +87,7 @@
%h3.card-title.mt-0.mb-0.h5
Related issues
#js-related-merge-requests{ data: { endpoint: api_v4_projects_issues_related_merge_requests_path(id: @project.id, issue_iid: @issue.iid), project_namespace: @project.namespace.path, project_path: @project.path } }
#js-related-merge-requests{ data: { endpoint: expose_url(api_v4_projects_issues_related_merge_requests_path(id: @project.id, issue_iid: @issue.iid)), project_namespace: @project.namespace.path, project_path: @project.path } }
- if can?(current_user, :download_code, @project)
#related-branches{ data: { url: related_branches_project_issue_path(@project, @issue) } }
......
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