1
0

feat: rename lists to projects

This commit is contained in:
kolaente
2022-11-13 17:07:01 +01:00
parent 80266d1383
commit 349e6a5905
113 changed files with 2753 additions and 2750 deletions

View File

@ -42,7 +42,7 @@ func (rel *TaskRelation) CanCreate(s *xorm.Session, a web.Auth) (bool, error) {
return false, err
}
// We explicitly don't check if the two tasks are on the same list.
// We explicitly don't check if the two tasks are on the same project.
otherTask := &Task{ID: rel.OtherTaskID}
has, _, err = otherTask.CanRead(s, a)
if err != nil {