File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3455,10 +3455,10 @@ function initIssueList() {
3455
3455
const repolink = $ ( '#repolink' ) . val ( ) ;
3456
3456
const repoId = $ ( '#repoId' ) . val ( ) ;
3457
3457
const crossRepoSearch = $ ( '#crossRepoSearch' ) . val ( ) ;
3458
- const tp = $ ( '#tp ' ) . val ( ) ;
3459
- let issueSearchUrl = `${ suburl } /api/v1/repos/${ repolink } /issues?q={query}&tp =${ tp } ` ;
3458
+ const tp = $ ( '#type ' ) . val ( ) ;
3459
+ let issueSearchUrl = `${ suburl } /api/v1/repos/${ repolink } /issues?q={query}&type =${ tp } ` ;
3460
3460
if ( crossRepoSearch === 'true' ) {
3461
- issueSearchUrl = `${ suburl } /api/v1/repos/issues/search?q={query}&priority_repo_id=${ repoId } &tp =${ tp } ` ;
3461
+ issueSearchUrl = `${ suburl } /api/v1/repos/issues/search?q={query}&priority_repo_id=${ repoId } &type =${ tp } ` ;
3462
3462
}
3463
3463
$ ( '#new-dependency-drop-list' )
3464
3464
. dropdown ( {
You can’t perform that action at this time.
0 commit comments