1
0

Implemented creating a team <-> list relation

This commit is contained in:
kolaente
2018-07-24 17:29:13 +02:00
committed by konrad
parent 6ff10e6353
commit edf9b6f2c7
12 changed files with 113 additions and 48 deletions

View File

@ -38,6 +38,7 @@ func (l *List) Create(doer *User) (err error) {
return
}
l.OwnerID = user.ID
l.Owner.ID = user.ID
l.ID = 0 // Otherwise only the first time a new list would be created