Skip to content

Commit f9a0b07

Browse files
GiteaBotbadhezi
andauthored
Retain issue sort type when a keyword search is introduced (#34559) (#34581)
Backport #34559 by badhezi Fixes #34523 Co-authored-by: badhezi <[email protected]>
1 parent d3317eb commit f9a0b07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/repo/issue/search.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<input type="hidden" name="project" value="{{$.ProjectID}}">
99
<input type="hidden" name="assignee" value="{{$.AssigneeID}}">
1010
<input type="hidden" name="poster" value="{{$.PosterUsername}}">
11+
<input type="hidden" name="sort" value="{{$.SortType}}">
1112
{{end}}
1213
{{template "shared/search/input" dict "Value" .Keyword}}
1314
{{if .PageIsIssueList}}

0 commit comments

Comments
 (0)