Updated todo
This commit is contained in:
parent
fb746714d0
commit
fc8c6c97fd
2 changed files with 3 additions and 5 deletions
|
|
@ -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").
|
||||
|
|
|
|||
Reference in a new issue