Working on stuff related to session proposals. Lots of bug fixes.......
This commit is contained in:
@@ -184,11 +184,11 @@ def load_event_session_obj(
|
||||
|
||||
if inc_poc_event_person:
|
||||
poc_event_person_obj = load_event_person_obj(
|
||||
event_person_id=poc_event_person_id,
|
||||
inc_address=inc_address,
|
||||
inc_contact=inc_contact,
|
||||
inc_person=inc_person,
|
||||
inc_user=inc_user
|
||||
event_person_id = poc_event_person_id,
|
||||
inc_address = inc_address,
|
||||
inc_contact = inc_contact,
|
||||
inc_person = inc_person,
|
||||
inc_user = inc_user,
|
||||
)
|
||||
log.debug(poc_event_person_obj)
|
||||
event_session_obj.poc_event_person = poc_event_person_obj
|
||||
|
||||
Reference in New Issue
Block a user