Description
Problem:
People's names/teams other than the first team I'm in (Owners, alone) do not appear in the settings area for whitelisting things. So I cannot set anything up as the owner. The only solution I can see it put everyone (me, support, admins, approvers) into one big team with full permission (since I need full permission)
I can already bet that this is because the autocomplete is ignoring anything other than the first team it finds that I am in (which is Owners), but of course I am also part of the developers team - which it is just ignoring.
This is also an issue when writing an issue and trying to @ mention someone - no autocomplete appears so I have to write them manually. Perhaps a UserService
of some sort on the front end needs to be abstracted out, that can be used by different modules in Gitea: UserService.GetAllUsersInOrg()
UserService.GetAllUsersInTeam()
UserService.GetAllMyTeams()