Clean up and testing. Starting to mark things as deprecated.
This commit is contained in:
@@ -529,7 +529,7 @@ def load_account_obj(
|
||||
account_obj.site_list = site_result_list
|
||||
else: account_obj.site_list = []
|
||||
|
||||
# Updated 2021-06-17
|
||||
# Updated 2021-12-08
|
||||
if inc_user_list:
|
||||
if user_rec_list_result := get_user_rec_list(
|
||||
account_id = account_id,
|
||||
@@ -549,14 +549,10 @@ def load_account_obj(
|
||||
inc_address = inc_address,
|
||||
inc_contact = inc_contact,
|
||||
inc_event_list = inc_event_list,
|
||||
inc_journal_list = inc_journal_list,
|
||||
inc_membership_person = inc_membership_person,
|
||||
inc_order_list = inc_order_list,
|
||||
inc_order_cart_list = inc_order_cart_list,
|
||||
inc_organization = inc_organization,
|
||||
# inc_organization = inc_organization,
|
||||
inc_person = inc_person,
|
||||
inc_post_list = inc_post_list,
|
||||
inc_post_comment_list = inc_post_comment_list,
|
||||
inc_user_role_list = inc_user_role_list,
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user