Work on better way to update objects. A lot of work!

This commit is contained in:
Scott Idem
2021-06-10 17:03:12 -04:00
parent b8da9d99eb
commit 717db418f9
14 changed files with 664 additions and 32 deletions

View File

@@ -75,8 +75,8 @@ class Event_Presentation_Base(BaseModel):
event_abstract_list: Optional[list] # Optional[Event_Abstract_Base] Is more than one abstract allowed per presenter?
#event_device_list: Optional[list] # Optional[Event_Device_Base]
event_file_list: Optional[list] # Optional[Event_File_Base]
event_presenter_list: Optional[list] # Optional[Event_Presenter_Base]
#event_location: Optional[Event_Location_Base]
event_presenter_list: Optional[list] # Optional[Event_Presenter_Base]
event_session: Optional[Event_Session_Base]
#event_track: Optional[Event_Track_Base]