Skip to content

Commit 25fd104

Browse files
authored
Merge pull request #2859 from techmatters/gian_CHI-3226
feat: add "dispatch button" for uscr integration [CHI-3226]
2 parents a88e6e8 + bbf3799 commit 25fd104

25 files changed

Lines changed: 717 additions & 324 deletions

File tree

hrm-form-definitions/form-definitions/uscr/v1/tabbedForms/CaseInformationTab.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[
2-
{
1+
[
2+
{
33
"name": "priority",
44
"label": "Priority",
55
"type": "select",
@@ -18,5 +18,13 @@
1818
"label": "Normal"
1919
}
2020
]
21-
}
22-
]
21+
},
22+
{
23+
"name": "dispatchIncident",
24+
"label": "Dispatch Incident",
25+
"type": "custom-contact-component",
26+
"component": "uscr-dispatch-incident-button",
27+
"saveable": false,
28+
"isPII": false
29+
}
30+
]

0 commit comments

Comments
 (0)