feat : add receiverId in notification Task Failed
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s
This commit is contained in:
parent
0aa20d3728
commit
791e8b4977
1 changed files with 1 additions and 0 deletions
|
|
@ -658,6 +658,7 @@ export class TaskActionController extends Controller {
|
|||
title: "ใบรายการคำขอที่จัดการเกิดปัญหา / Task Failed",
|
||||
detail: `ใบรายการคำขอรหัส ${taskCode}: ${taskName} รหัสสินค้า ${productCode}: ${productName} ของลูกจ้าง ${employeeName} เกิดข้อผิดพลาด`,
|
||||
groupReceiver: { create: { name: "document_checker" } },
|
||||
receiverId: record.requestWorkStep.requestWork.request.quotation.createdByUserId,
|
||||
registeredBranchId: record.taskOrder.registeredBranchId,
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue