Making things work better. Adding CRUD select option list.

This commit is contained in:
Scott Idem
2024-06-25 14:05:03 -04:00
parent 21ad9d900c
commit a62ea7dc8d
5 changed files with 128 additions and 108 deletions

View File

@@ -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,