File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
templates/repo/issue/view_content Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2712,7 +2712,7 @@ function initIssueList() {
2712
2712
$ ( '.new-dependency-drop-list' )
2713
2713
. dropdown ( {
2714
2714
apiSettings : {
2715
- url : suburl + '/api/v1/repos' + repolink + '/issues?q={query}' ,
2715
+ url : suburl + '/api/v1/repos/ ' + repolink + '/issues?q={query}' ,
2716
2716
onResponse : function ( response ) {
2717
2717
var filteredResponse = { 'success' : true , 'results' : [ ] } ;
2718
2718
// 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