0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-08 23:50:16 -05:00
forgejo/models/organization
Gusted 48fa9c96a7 fix: correct permission loading for limited organisation
- If a organisation is set to be limited visible, then it will still be
visible for signed-in users. However `UnitPermission` didn't take this
into account, it does now.
- Add unit test.
- Resolves #6141

(cherry picked from commit bc9f1e2533)
2024-12-04 17:57:42 +00:00
..
TestInconsistentOwnerTeam
main_test.go
mini_org.go
org.go
org_repo.go
org_test.go
org_user.go
org_user_test.go
team.go
team_invite.go
team_invite_test.go
team_list.go
team_repo.go
team_test.go
team_unit.go
team_user.go