5918-worker.time-control_resend #1685
No reviewers
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1685
Loading…
Reference in New Issue
No description provided.
Delete Branch "5918-worker.time-control_resend"
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?
refs #5918 fix: permite reenviar el correo si ha dado falloto 5918-worker.time-control_resend@ -114,0 +117,4 @@
where: {
year: this._date.getFullYear(),
week: this.getWeekNumber(this._date)
}
enviar el workerFk
No se envía el workerFk, pq puede que ese workerFk no tenga ningún registro. Se ha solucionado poniendo un limit 1 en la petición.
@ -114,0 +116,4 @@
const filter = {
where: {
year: this._date.getFullYear(),
week: this.getWeekNumber(this._date)
ací al final no pugueres posar el workerFk?
Teu havia possat en la nota de ahir:
No se envía el workerFk, pq puede que ese workerFk no tenga ningún registro. Se ha solucionado poniendo un limit 1 en la petición.
Just lo que soluciona esta tarea es poder enviar el registro horario aunq no se li haja enviat la ninguna volta.
New commits pushed, approval review dismissed automatically according to repository settings