feat: remove namespaces, make projects infinitely nestable #1362

Merged
konrad merged 68 commits from feature/namespaces-be-gone into main 2023-05-24 14:14:03 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f4fc431b6f - Show all commits

View File

@ -226,7 +226,7 @@ func (p *Project) checkRight(s *xorm.Session, a web.Auth, rights ...Right) (bool
r := &allProjectRights{}
var maxRight = 0
exists, err := s.
Select("p.*, ul.right tl.right").
Select("p.*, ul.right, tl.right").
Table("projects").
Alias("p").
// User stuff