File tree 2 files changed +2
-2
lines changed
templates/repo/issue/view_content 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2625,7 +2625,7 @@ function initIssueList() {
2625
2625
$ ( '.new-dependency-drop-list' )
2626
2626
. dropdown ( {
2627
2627
apiSettings : {
2628
- url : suburl + '/api/v1/repos' + repolink + '/issues?q={query}' ,
2628
+ url : suburl + '/api/v1/repos/ ' + repolink + '/issues?q={query}' ,
2629
2629
onResponse : function ( response ) {
2630
2630
var filteredResponse = { 'success' : true , 'results' : [ ] } ;
2631
2631
// Parse the response from the api to work with our dropdown
Original file line number Diff line number Diff line change 338
338
</div>
339
339
</div>
340
340
{{if .CanCreateIssueDependencies}}
341
- <input type="hidden" id="repolink" value="{{$.RepoLink }}">
341
+ <input type="hidden" id="repolink" value="{{$.RepoRelPath }}">
342
342
<!-- I know, there is probably a better way to do this -->
343
343
<input type="hidden" id="issueIndex" value="{{.Issue.Index}}"/>
344
344
You can’t perform that action at this time.
0 commit comments