Session 1: bug fix, global search, admin trash, lists CRUD
This commit is contained in:
@@ -122,7 +122,7 @@ class BaseRepository:
|
||||
# Remove None values except for fields that should be nullable
|
||||
nullable_fields = {
|
||||
"description", "notes", "body", "area_id", "project_id",
|
||||
"parent_id", "release_id", "due_date", "deadline", "tags",
|
||||
"parent_id", "parent_item_id", "release_id", "due_date", "deadline", "tags",
|
||||
"context", "folder_id", "meeting_id", "completed_at",
|
||||
"waiting_for_contact_id", "waiting_since", "color",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user