feat: remove namespaces, make projects infinitely nestable #1362

Merged
konrad merged 68 commits from feature/namespaces-be-gone into main 2023-05-24 14:14:03 +00:00
1 changed files with 89 additions and 92 deletions
Showing only changes of commit d4e644e91e - Show all commits

View File

@ -92,8 +92,6 @@ func TestArchived(t *testing.T) {
t: t,
}
t.Run("project", func(t *testing.T) {
taskTests := func(taskID string, errCode int, t *testing.T) {
t.Run("task", func(t *testing.T) {
t.Run("edit task", func(t *testing.T) {
@ -193,5 +191,4 @@ func TestArchived(t *testing.T) {
taskTests("36", models.ErrCodeProjectIsArchived, t)
})
})
}