feature/IO-3096-GlobalNotifications - Checkpoint, App Queue
This commit is contained in:
@@ -343,7 +343,7 @@ const tasksUpdatedCreatedBuilder = (data) => {
|
||||
app: {
|
||||
jobId: data.jobId,
|
||||
bodyShopId: data.bodyShopId,
|
||||
key: "notifications.job.tasksUpdated",
|
||||
key: data.isNew ? "notifications.job.taskCreated" : "notifications.job.taskUpdated",
|
||||
variables: {
|
||||
type: data.isNew ? "created" : "updated",
|
||||
roNumber: data.jobRoNumber
|
||||
|
||||
Reference in New Issue
Block a user