Finally getting rid of the old display_name field. Use full_name_override!
This commit is contained in:
@@ -125,7 +125,7 @@ const ae_app_local_data_defaults: key_val = {
|
|||||||
primary_email: null, // The primary email of the logged-in person/user
|
primary_email: null, // The primary email of the logged-in person/user
|
||||||
user_id: null, // The user ID of the logged-in user
|
user_id: null, // The user ID of the logged-in user
|
||||||
|
|
||||||
qry_limit__people: 100,
|
qry_limit__people: 149,
|
||||||
|
|
||||||
show_content__person_page_help: false,
|
show_content__person_page_help: false,
|
||||||
},
|
},
|
||||||
@@ -367,7 +367,7 @@ let ae_app_session_data_defaults: key_val = {
|
|||||||
'person': {
|
'person': {
|
||||||
show_report__person_li: false,
|
show_report__person_li: false,
|
||||||
|
|
||||||
qry_limit__people: 100,
|
qry_limit__people: 99,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user