1
0

Updated todo

This commit is contained in:
konrad
2018-09-06 19:01:13 +02:00
committed by kolaente
parent fb746714d0
commit fc8c6c97fd
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").