Work on event files and related
This commit is contained in:
@@ -79,7 +79,9 @@ class Event_Session_Base(BaseModel):
|
||||
presentation_file_path: Optional[str]
|
||||
presentation_file_size: Optional[str]
|
||||
|
||||
enable_event_file_approval_option: Optional[bool]
|
||||
# Field(default_factory = lambda:secrets.token_urlsafe(default_num_bytes))
|
||||
enable_event_file_approval_option: Optional[bool] = Field(default=False)
|
||||
# enable_event_file_approval_option: Optional[bool] = False # Setting a default to try and prevent client side null value issues.
|
||||
|
||||
file_count: Optional[int]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user