bench-forgejo/models/organization
Gusted 0b4c166e8a
Fix SQL Query for SearchTeam ()
- Currently the function takes in the `UserID` option, but isn't being
used within the SQL query. This patch fixes that by checking that only
teams are being returned that the user belongs to.

Fix 

Co-authored-by: delvh <dev.lh@web.de>
2022-08-21 17:24:05 +01:00
..
main_test.go Move tests as seperate sub packages to reduce duplicated file names () 2022-06-15 09:02:00 +02:00
org.go Adjust transaction handling via db.Context () 2022-06-20 14:38:58 +02:00
org_test.go Refactor AssertExistsAndLoadBean to use generics () 2022-08-16 10:22:25 +08:00
org_user.go Move org functions () 2022-05-20 12:20:51 +02:00
org_user_test.go Refactor AssertExistsAndLoadBean to use generics () 2022-08-16 10:22:25 +08:00
team.go Fix SQL Query for SearchTeam () 2022-08-21 17:24:05 +01:00
team_repo.go Add order by for assignee no sort issue () 2022-07-14 18:00:10 +02:00
team_test.go Refactor AssertExistsAndLoadBean to use generics () 2022-08-16 10:22:25 +08:00
team_unit.go Move organization related structs into sub package () 2022-03-29 14:29:02 +08:00
team_user.go Make git.OpenRepository accept Context () 2022-03-30 03:13:41 +08:00