Retain issue sort type when a keyword search is introduced (#34559)

Fixes #34523
This commit is contained in:
badhezi 2025-06-02 11:14:16 +03:00 committed by GitHub
parent 82ea2387e4
commit d5bbaee64e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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}}