feature/IO-3096-GlobalNotifications - Checkpoint, App Queue

This commit is contained in:
Dave Richer
2025-02-18 13:38:57 -05:00
parent adb15a4748
commit c1ea8e8a3d
4 changed files with 171 additions and 16 deletions

View File

@@ -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