Cleaning up and updating the person related sections. Prep for LCI opening.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user