generated from ministryofjustice/hmpps-template-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAN-299 display staff contacts card on personal details page
- Loading branch information
1 parent
df5dcf4
commit 6581441
Showing
3 changed files
with
34 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -321,28 +321,37 @@ | |
], | ||
"staffContacts": [ | ||
{ | ||
"contactId": "123", | ||
"name": "Arhsimna Xolfo", | ||
"email": "", | ||
"telephoneNumber": "", | ||
"role": "Prison Offender Manager (POM)", | ||
"lastUpdated": "2024-11-15" | ||
"email": "[email protected]", | ||
"telephoneNumber": "07321165373", | ||
"provider": "London", | ||
"probationDeliveryUnit": "All London", | ||
"team": "Unallocated Team (N07)", | ||
"allocatedUntil": "2025-04-22", | ||
"lastUpdated": "2024-04-30" | ||
}, | ||
{ | ||
"contactId": "456", | ||
"name": "Yrhreender Hanandra", | ||
"email": "", | ||
"telephoneNumber": "", | ||
"role": "Community Offender Manager (COM)", | ||
"lastUpdated": "2024-11-15" | ||
"email": "[email protected]", | ||
"telephoneNumber": "07321165373", | ||
"provider": "London", | ||
"probationDeliveryUnit": "All London", | ||
"team": "Unallocated Team (N07)", | ||
"allocatedUntil": "2025-04-22", | ||
"lastUpdated": "2024-04-30" | ||
}, | ||
{ | ||
"contactId": "789", | ||
"name": "Iwendeps Yvygsee", | ||
"email": "", | ||
"telephoneNumber": "", | ||
"role": "Probation practitioner", | ||
"lastUpdated": "2024-11-15" | ||
"email": "[email protected]", | ||
"telephoneNumber": "07321165373", | ||
"provider": "London", | ||
"probationDeliveryUnit": "All London", | ||
"team": "Unallocated Team (N07)", | ||
"allocatedUntil": "2025-04-22", | ||
"lastUpdated": "2024-04-30" | ||
} | ||
], | ||
"mainAddress": { | ||
|