feature/IO-3096-GlobalNotifications - Check-point
This commit is contained in:
@@ -6,7 +6,12 @@
|
||||
|
||||
const tasksUpdatedCreatedBuilder = require("../scenarioBuilders/tasksUpdatedCreatedBuilder");
|
||||
const notificationScenarios = [
|
||||
{ key: "job-assigned-to-me", table: "jobs", fields: ["scheduled_in", "scheduled_completion", "scheduled_delivery"] },
|
||||
{
|
||||
key: "job-assigned-to-me",
|
||||
table: "jobs",
|
||||
fields: ["employee_pre", "employee_body", "employee_csr", "employee_refinish"],
|
||||
matchEmployee: true
|
||||
},
|
||||
{ key: "bill-posted", table: "bills" },
|
||||
{ key: "new-note-added", table: "notes", onNew: true },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user