Work on better way to update objects. A lot of work!
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user