Deleting user now works, and forces you to allocate tasks from each user to another user before deleting them

This commit is contained in:
NPS Agent
2026-05-13 10:40:57 +09:30
parent ee5f55bc8e
commit fd84caef63
7 changed files with 24 additions and 5 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ class Tag(TagBase):
class TaskBase(BaseModel):
title: str
description: Optional[str] = None
assignee_id: str
assignee_id: Optional[str] = None
added_by: str
priority: str
source: str