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:
parent
bfa2d101c4
commit
73ba78d413
@ -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}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user