Work on event files and related

This commit is contained in:
Scott Idem
2022-08-22 19:07:33 -04:00
parent f3f53e73b4
commit e1a584de0c
3 changed files with 6 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ def load_event_cfg_obj(
inc_event_registration_cfg: bool = False,
limit: int = 1000,
by_alias: bool = True,
exclude_unset: bool = True,
exclude_unset: bool = False, # Including even unset fields. Prevent null value issues on the frontend.
model_as_dict: bool = False,
) -> Event_Cfg_Base|bool:
#log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL