Work on event sessions and related files. Internal use is a new thing.
This commit is contained in:
@@ -59,12 +59,15 @@ class Event_File_Base(BaseModel):
|
||||
lu_file_purpose_id: Optional[int]
|
||||
file_purpose: Optional[str]
|
||||
|
||||
# New internal use fields to help with logistics and planning 2022-09-15
|
||||
internal_use: Optional[bool] # Will hide from moderators, presenters, non support people, etc
|
||||
|
||||
#### NOTE ***** NOTE
|
||||
internal_os: Optional[str]
|
||||
open_in_os: Optional[str]
|
||||
public_use: Optional[bool] = False
|
||||
public: Optional[bool]
|
||||
approve: Optional[bool]
|
||||
#### internal_os needs to be set
|
||||
#### open_in_os needs to be set
|
||||
#### Are other important fields missing????
|
||||
publish_optout: Optional[bool]
|
||||
#### NOTE ^^^^^ NOTE
|
||||
|
||||
Reference in New Issue
Block a user