A lot of work on event related modules
This commit is contained in:
@@ -22,13 +22,14 @@ from app.models.event_location_models import Event_Location_Base
|
||||
|
||||
# ### BEGIN ### API Event Location Methods ### load_event_location_obj() ###
|
||||
def load_event_location_obj(
|
||||
event_location_id: int|str,
|
||||
enabled: str = 'enabled', # enabled, disabled, all
|
||||
inc_event_device_list: bool = False,
|
||||
inc_event_file_list: bool = False,
|
||||
inc_event_presentation_list: bool = False,
|
||||
inc_event_presenter_list: bool = False,
|
||||
) -> Event_Location_Base|bool:
|
||||
event_location_id: int|str,
|
||||
enabled: str = 'enabled', # enabled, disabled, all
|
||||
limit: int = 1000,
|
||||
inc_event_device_list: bool = False,
|
||||
inc_event_file_list: bool = False,
|
||||
inc_event_presentation_list: bool = False,
|
||||
inc_event_presenter_list: bool = False,
|
||||
) -> Event_Location_Base|bool:
|
||||
log.setLevel(logging.WARNING) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||
log.debug(locals())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user