feature/IO-3494-Change-Preferred-Contact - Implement select box, fix capture bug

This commit is contained in:
Dave
2026-01-07 15:28:32 -05:00
parent e26df780bf
commit 5efd9e43be
4 changed files with 10 additions and 3 deletions

View File

@@ -18,6 +18,10 @@ export default function JobsCreateOwnerInfoNewComponent() {
label: t("owners.labels.email", { defaultValue: "Email" }),
options: [{ label: t("owners.labels.email", { defaultValue: "Email" }), value: "Email" }]
},
{
label: t("owners.labels.sms", { defaultValue: "SMS" }),
options: [{ label: t("owners.labels.sms", { defaultValue: "SMS" }), value: "SMS" }]
},
{
label: t("owners.labels.phone", { defaultValue: "Phone" }),
options: PHONE_TYPE_OPTIONS

View File

@@ -2601,7 +2601,8 @@
"cell": "Cell",
"other": "Other",
"email": "Email",
"phone": "Phone"
"phone": "Phone",
"sms": "SMS"
},
"successes": {
"delete": "Owner deleted successfully.",

View File

@@ -2601,7 +2601,8 @@
"cell": "",
"other": "",
"email": "",
"phone": ""
"phone": "",
"sms": ""
},
"successes": {
"delete": "",

View File

@@ -2601,7 +2601,8 @@
"cell": "",
"other": "",
"email": "",
"phone": ""
"phone": "",
"sms": ""
},
"successes": {
"delete": "",