File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -746,7 +746,7 @@ func getRepoIDs(reposQuery string) []int64 {
746
746
return []int64 {}
747
747
}
748
748
if ! issueReposQueryPattern .MatchString (reposQuery ) {
749
- log .Warn ("issueReposQueryPattern does not match query" )
749
+ log .Warn ("issueReposQueryPattern does not match query: %q" , reposQuery )
750
750
return []int64 {}
751
751
}
752
752
Original file line number Diff line number Diff line change 74
74
<form class="list-header-search ui form ignore-dirty">
75
75
<div class="ui small search fluid action input">
76
76
<input type="hidden" name="type" value="{{$.ViewType}}">
77
- <input type="hidden" name="repos" value="[{{range $.RepoIDs}}{{.}}%2C {{end}}]">
77
+ <input type="hidden" name="repos" value="[{{range $.RepoIDs}}{{.}}, {{end}}]">
78
78
<input type="hidden" name="sort" value="{{$.SortType}}">
79
79
<input type="hidden" name="state" value="{{$.State}}">
80
80
{{template "shared/searchinput" dict "locale" .locale "Value" $.Keyword}}
You can’t perform that action at this time.
0 commit comments