Deleting user now works, and forces you to allocate tasks from each user to another user before deleting them
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user