Exlicitly get the pseudonamespace with all shared lists (#32)
This commit is contained in:
@ -45,7 +45,7 @@ func (n *Namespace) Delete() (err error) {
|
||||
}
|
||||
|
||||
// Delete all lists with their tasks
|
||||
lists, err := GetListsByNamespaceID(n.ID)
|
||||
lists, err := GetListsByNamespaceID(n.ID, &User{})
|
||||
var listIDs []int64
|
||||
// We need to do that for here because we need the list ids to delete two times:
|
||||
// 1) to delete the lists itself
|
||||
|
Reference in New Issue
Block a user