Working on membership module routes, methods, and models

This commit is contained in:
Scott Idem
2021-06-21 18:10:24 -04:00
parent 728682a07f
commit b6ca0eb3f2
4 changed files with 35 additions and 3 deletions

View File

@@ -84,7 +84,8 @@ def load_account_obj(
inc_journal_list: bool = False, # Priority l3
inc_journal_entry_list: bool = False, # Priority l3
inc_membership_cfg: bool = False,
inc_membership_group_list: bool = False,
inc_membership_group_list: bool = False, # List of groups for the account
inc_membership_group_member_list: bool = False, # List of members of a group
inc_membership_member: bool = False,
inc_membership_member_list: bool = False, # Priority l1
inc_membership_member_profile: bool = False,