|
|
@ -717,7 +717,7 @@ func (org *User) getUserTeamIDs(e Engine, userID int64) ([]int64, error) { |
|
|
|
Find(&teamIDs) |
|
|
|
} |
|
|
|
|
|
|
|
// TeamsWithAccessToRepo returns all teamsthat have given access level to the repository.
|
|
|
|
// TeamsWithAccessToRepo returns all teams that have given access level to the repository.
|
|
|
|
func (org *User) TeamsWithAccessToRepo(repoID int64, mode AccessMode) ([]*Team, error) { |
|
|
|
return GetTeamsWithAccessToRepo(org.ID, repoID, mode) |
|
|
|
} |
|
|
|