Improved for showing the person's name
This commit is contained in:
@@ -277,6 +277,8 @@ export function handle_db_save_ae_obj_li__person(
|
||||
professional_title: obj.professional_title,
|
||||
|
||||
full_name: obj.full_name,
|
||||
// full_name_override: obj.full_name_override,
|
||||
full_name_override: obj.display_name_override,
|
||||
|
||||
affiliations: obj.affiliations,
|
||||
|
||||
|
||||
@@ -69,6 +69,7 @@ export interface Person {
|
||||
professional_title?: null|string;
|
||||
|
||||
full_name?: string;
|
||||
full_name_override?: null|string; // was called display_name
|
||||
|
||||
affiliations?: null|string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user