Work on a lot of things. Mainly cleaning up person and profile related fields in multiple tables.
This commit is contained in:
@@ -249,7 +249,7 @@ async def get_event_presenter_obj(
|
||||
# inc_event_presentation_list: bool = False, # NOTE: Placehold for future?
|
||||
# inc_event_presenter_list: bool = False, # NOTE: Placehold for future?
|
||||
inc_event_registration: bool = False, # Under event_person obj
|
||||
# inc_event_session: bool = False, # NOTE: Placehold for future?
|
||||
inc_event_session: bool = False, # NOTE: Placehold for future?
|
||||
# inc_event_session_list: bool = False, # NOTE: Placehold for future?
|
||||
inc_person: bool = False, # Under event_person obj
|
||||
inc_user: bool = False, # Under event_person obj
|
||||
@@ -279,7 +279,7 @@ async def get_event_presenter_obj(
|
||||
inc_event_person_profile = inc_event_person_profile,
|
||||
inc_event_presentation = inc_event_presentation,
|
||||
inc_event_registration = inc_event_registration,
|
||||
# inc_event_session = inc_event_session,
|
||||
inc_event_session = inc_event_session,
|
||||
inc_person = inc_person,
|
||||
inc_user = inc_user,
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user