Making things work better. Adding CRUD select option list.
This commit is contained in:
@@ -83,7 +83,7 @@ export function handle_db_save_ae_obj_li__person(
|
||||
person_id_random: obj.person_id_random,
|
||||
|
||||
external_id: obj.external_id,
|
||||
// code: obj.code,
|
||||
code: obj.code,
|
||||
|
||||
account_id: obj.account_id_random,
|
||||
|
||||
@@ -91,6 +91,7 @@ export function handle_db_save_ae_obj_li__person(
|
||||
person_profile_id_random: obj.person_profile_id_random, // The new table person_profile will be used soon...
|
||||
|
||||
user_id: obj.user_id_random,
|
||||
user_id_random: obj.user_id_random,
|
||||
|
||||
pronouns: obj.pronouns,
|
||||
informal_name: obj.informal_name,
|
||||
|
||||
Reference in New Issue
Block a user