mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-17 11:59:30 +00:00
Add issue filter for Author (#20578)
This adds a new filter option on the issues and pulls pages to filter by the author/poster/creator of the issue or PR
This commit is contained in:
parent
2b101994a6
commit
0066bc5113
8 changed files with 93 additions and 38 deletions
|
@ -1269,6 +1269,8 @@ issues.filter_milestone = Milestone
|
|||
issues.filter_milestone_no_select = All milestones
|
||||
issues.filter_assignee = Assignee
|
||||
issues.filter_assginee_no_select = All assignees
|
||||
issues.filter_poster = Author
|
||||
issues.filter_poster_no_select = All authors
|
||||
issues.filter_type = Type
|
||||
issues.filter_type.all_issues = All issues
|
||||
issues.filter_type.assigned_to_you = Assigned to you
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue