fix: refs #7353 scopeDays #795
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#795
Loading…
Reference in New Issue
No description provided.
Delete Branch "7353-hotfix-fixScopeDays"
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?
@ -25,7 +25,11 @@ const stateOpts = ref([]);
const zoneOpts = ref([]);
const visibleColumns = ref([]);
const { viewSummary } = useSummaryDialog();
const [from, to] = dateRange(Date.vnNew());
Al arrancar no ponía 1 día adelante
Pregunta, porque este filter, dataRange no funciona? Deberiamos tener otro?
Esta lógica, de usar dateRange está también en MonitorClients, revisa porque a ver si a futuro nos lo reabren
En monitorClients está bien porque es el mismo día. En MonitorTickets es 1 día adelante.
Es solo para el mismo día.
Entiendo que con este cambio resolvemos la duplicidad que reportaba el usuario?