IO-2325 Add in Created by from Action menu

This commit is contained in:
Allan Carr
2023-08-18 09:03:13 -07:00
parent bf7aa17f65
commit 4e69fe819e

View File

@@ -239,7 +239,12 @@ export function JobsDetailHeaderActions({
setTimeTicketContext({ setTimeTicketContext({
actions: {}, actions: {},
context: { jobId: job.id }, context: {
jobId: job.id,
created_by: currentUser.displayName
? currentUser.email.concat(" | ", currentUser.displayName)
: currentUser.email,
},
}); });
}} }}
> >