Skip to content

Commit f95c966

Browse files
kolaentetechknowlogick
authored andcommitted
Backported wrong api request url for instances running in subfolders (#5247) (#5261)
1 parent 14a074f commit f95c966

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
@@ -2621,7 +2621,7 @@ function initIssueList() {
26212621
$('.new-dependency-drop-list')
26222622
.dropdown({
26232623
apiSettings: {
2624-
url: '/api/v1/repos' + repolink + '/issues?q={query}',
2624+
url: suburl + '/api/v1/repos' + repolink + '/issues?q={query}',
26252625
onResponse: function(response) {
26262626
var filteredResponse = {'success': true, 'results': []};
26272627
// Parse the response from the api to work with our dropdown

0 commit comments

Comments
 (0)