diff --git a/models/list_create_update.go b/models/list_create_update.go index e99bb5ee4..21ab9e86a 100644 --- a/models/list_create_update.go +++ b/models/list_create_update.go @@ -41,6 +41,7 @@ func (l *List) Create(doer *User, id int64) (err error) { } l.Owner.ID = user.ID + l.ID = 0 // Otherwise only the first time a new list would be created return CreateOrUpdateList(l) }