Updated todo

This commit is contained in:
konrad 2018-09-06 19:01:13 +02:00 committed by kolaente
parent fb746714d0
commit fc8c6c97fd
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
2 changed files with 3 additions and 5 deletions

View file

@ -69,7 +69,6 @@ func (n *Namespace) ReadAll(doer *User) (interface{}, error) {
all := []*Namespace{}
// TODO respect individual rights
err := x.Select("namespaces.*").
Table("namespaces").
Join("LEFT", "team_namespaces", "namespaces.id = team_namespaces.namespace_id").