Send message to comercial by RocketChat #1897
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1897
Loading…
Reference in New Issue
No description provided.
Delete Branch "5499_claim_rocketMessage_comercial"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WIP: Send message to comercial by RocketChatto Send message to comercial by RocketChat@ -102,3 +99,1 @@
if (newState.code == 'canceled')
await notifyStateChange(ctx, claim.workerFk, claim, newState.code);
}
// if (newState.code == 'incomplete')
borrar
@ -114,3 +112,3 @@
};
async function notifyStateChange(ctx, workerId, claim, state) {
async function notifyStateChange(ctx, id, claim, state) {
porque lo llamas id? no es el worker?
No puse worker porque en lo antiguo ,según el "code", usaba el id de salesPerson o de workerFk, y como ya no se distingue por code, puse un nombre genérico.
hasta hoy si un archivo tiene id, y estamos en la ruta claim en este caso, se espera que eso sea claim id. En este caso es confuso, pon una referencia a worker
Corregido(
b76e269e73
)