Work on a lot of things. Mainly cleaning up person and profile related fields in multiple tables.
This commit is contained in:
@@ -212,7 +212,7 @@ class Event_Person_New_Base(BaseModel):
|
||||
person_full_name: Optional[str]
|
||||
person_display_name: Optional[str]
|
||||
|
||||
organization_name: Optional[str]
|
||||
affiliations: Optional[str] # One or more affiliations with organizations, companies, and other groups
|
||||
|
||||
email: Optional[str]
|
||||
|
||||
@@ -275,4 +275,4 @@ class Event_Person_New_Base(BaseModel):
|
||||
class Config:
|
||||
underscore_attrs_are_private = True
|
||||
allow_population_by_field_name = True
|
||||
fields = base_fields
|
||||
fields = base_fields
|
||||
|
||||
Reference in New Issue
Block a user