fix: refs #6449 fix summaryId #579
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#579
Loading…
Reference in New Issue
No description provided.
Delete Branch "hotfix-6449-summaryId"
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?
@ -471,2 +467,2 @@
{{ modelLog.showValue }}
</span>
<span
Mejora de legibilidad
@ -214,3 +214,3 @@
nLogs++;
modelLog.logs.push(log);
modelLog.summaryId = modelLog.logs[0].summaryId;
Por cada log pueden haber distintos summaryId si se ha cambiado. Ej sale itemFk. El que importa es el último. Antes no se estaba mostrando, ahora sí.