Skip to content

Commit 54259e2

Browse files
kolaentelafriks
authored andcommitted
Fixed wrong api request url for instances running in subfolders (#5247)
1 parent 225c489 commit 54259e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/js/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2626,7 +2626,7 @@ function initIssueList() {
26262626
$('.new-dependency-drop-list')
26272627
.dropdown({
26282628
apiSettings: {
2629-
url: '/api/v1/repos' + repolink + '/issues?q={query}',
2629+
url: suburl + '/api/v1/repos' + repolink + '/issues?q={query}',
26302630
onResponse: function(response) {
26312631
var filteredResponse = {'success': true, 'results': []};
26322632
// Parse the response from the api to work with our dropdown

0 commit comments

Comments
 (0)