0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-06-02 17:14:47 +02:00

retain the issue sort type when a keyword search is introduced

This commit is contained in:
badhezi 2025-05-28 10:33:46 +03:00
parent bfa2d101c4
commit 73ba78d413

View File

@ -8,6 +8,7 @@
<input type="hidden" name="project" value="{{$.ProjectID}}">
<input type="hidden" name="assignee" value="{{$.AssigneeID}}">
<input type="hidden" name="poster" value="{{$.PosterUsername}}">
<input type="hidden" name="sort" value="{{$.SortType}}">
{{end}}
{{template "shared/search/input" dict "Value" .Keyword}}
{{if .PageIsIssueList}}