Skip to content

Commit

Permalink
Backported wrong api request url for instances running in subfolders (g…
Browse files Browse the repository at this point in the history
  • Loading branch information
kolaente authored and techknowlogick committed Nov 3, 2018
1 parent 14a074f commit f95c966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2621,7 +2621,7 @@ function initIssueList() {
$('.new-dependency-drop-list')
.dropdown({
apiSettings: {
url: '/api/v1/repos' + repolink + '/issues?q={query}',
url: suburl + '/api/v1/repos' + repolink + '/issues?q={query}',
onResponse: function(response) {
var filteredResponse = {'success': true, 'results': []};
// Parse the response from the api to work with our dropdown
Expand Down

0 comments on commit f95c966

Please sign in to comment.