A lot of work on event related modules
This commit is contained in:
@@ -20,19 +20,20 @@ from app.models.event_presentation_models import Event_Presentation_Base
|
||||
|
||||
# ### BEGIN ### API Event Presentation Methods ### load_event_presentation_obj() ###
|
||||
def load_event_presentation_obj(
|
||||
event_presentation_id: int|str,
|
||||
enabled: str = 'enabled', # enabled, disabled, all
|
||||
inc_event_abstract_list: bool = False,
|
||||
#inc_event_badge_list: bool = False,
|
||||
inc_event_device_list: bool = False,
|
||||
inc_event_file_list: bool = False,
|
||||
inc_event_person_list: bool = False,
|
||||
inc_event_presenter_list: bool = False,
|
||||
#inc_event_cfg: bool = False,
|
||||
#inc_poc_event_person: bool = False,
|
||||
#inc_poc_person: bool = False,
|
||||
#inc_user: bool = False,
|
||||
) -> Event_Presentation_Base|bool:
|
||||
event_presentation_id: int|str,
|
||||
enabled: str = 'enabled', # enabled, disabled, all
|
||||
limit: int = 1000,
|
||||
inc_event_abstract_list: bool = False,
|
||||
#inc_event_badge_list: bool = False,
|
||||
inc_event_device_list: bool = False,
|
||||
inc_event_file_list: bool = False,
|
||||
inc_event_person_list: bool = False,
|
||||
inc_event_presenter_list: bool = False,
|
||||
#inc_event_cfg: bool = False,
|
||||
#inc_poc_event_person: bool = False,
|
||||
#inc_poc_person: bool = False,
|
||||
#inc_user: bool = False,
|
||||
) -> Event_Presentation_Base|bool:
|
||||
log.setLevel(logging.WARNING) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||
log.debug(locals())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user