mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-27 04:07:08 +00:00
Add 'Mentioning you' group to /issues page (#8201)
This commit is contained in:
parent
04ca7f0047
commit
28362195a0
3 changed files with 29 additions and 0 deletions
|
@ -181,6 +181,8 @@ func Issues(ctx *context.Context) {
|
|||
filterMode = models.FilterModeAssign
|
||||
case "created_by":
|
||||
filterMode = models.FilterModeCreate
|
||||
case "mentioned":
|
||||
filterMode = models.FilterModeMention
|
||||
case "all": // filterMode already set to All
|
||||
default:
|
||||
viewType = "all"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue