Cleaning up and updating the person related sections. Prep for LCI opening.

This commit is contained in:
Scott Idem
2025-06-10 17:37:04 -04:00
parent c10abd596e
commit 8c51380fb5
6 changed files with 81 additions and 7 deletions

View File

@@ -125,6 +125,8 @@ const ae_app_local_data_defaults: key_val = {
primary_email: null, // The primary email of the logged-in person/user
user_id: null, // The user ID of the logged-in user
qry_limit__people: 100,
show_content__person_page_help: false,
},
@@ -143,6 +145,8 @@ const ae_app_local_data_defaults: key_val = {
public: false, // Is the user a public user (can view public content)
person_id: null, // The person ID of the logged-in user
access_type: null, // The access type of the logged-in user
qry_limit__users: 100,
},
'qry__enabled': 'enabled', // all, disabled, enabled