mirror of
https://github.com/go-gitea/gitea
synced 2025-11-01 20:08:25 +00:00
- Make a restriction on which issues can be shown based on if you the user or team has write permission to the repository.
- Fixes a issue whereby you wouldn't see any associated issues with a specific team on a organization if you wasn't a member(fixed by zeroing the User{ID} in the options).
- Resolves #18913
Co-authored-by: Gusted <williamzijl7@hotmail.com>