1
0

feat(projects): don't allow deleting or archiving the default project

This commit is contained in:
kolaente
2023-06-07 21:29:46 +02:00
parent ad0690369f
commit ef94e0cf86
10 changed files with 143 additions and 11 deletions

View File

@ -50,6 +50,7 @@ func TestTaskCollection_ReadAll(t *testing.T) {
EmailRemindersEnabled: true,
OverdueTasksRemindersEnabled: true,
OverdueTasksRemindersTime: "09:00",
DefaultProjectID: 4,
Created: testCreatedTime,
Updated: testUpdatedTime,
}