#8198 keep section filter #1210
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1210
Loading…
Reference in New Issue
No description provided.
Delete Branch "8198-keepSectionFilter"
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: #8198 keep section filterto #8198 keep section filter@ -21,3 +21,3 @@
});
it('should refund the invoice ', () => {
it.skip('should refund the invoice ', () => {
Tarea para arreglar creada https://redmine.verdnatura.es/issues/8415
@ -107,3 +107,3 @@
name: 'WorkerList',
query: {
params: JSON.stringify({ departmentFk: entityId }),
table: JSON.stringify({ departmentFk: entityId }),
Lo arreglo de paso.
@ -48,3 +39,1 @@
where: where,
},
});
let arrayData = useArrayData('ItemLastEntries');
porque let y no const?
Se modifica mas adelante y no lo veo?
@ -181,2 +163,2 @@
_to.setDate(_to.getDate() + 10);
to.value = getDate(_to, 'to');
const landed = arrayData.store.filter.where?.landed;
arrayData = useArrayData('ItemLastEntries', {
Se pone let porque aquí se machaca?
Y porque no lo hacemos fuera?
Quiero decir, de normal no hacemos esto de useArrayData dentro de onMounted
Es para que mantenga los filtros al cambiar de articulo desde la barra de búsqueda. Si lo hago fuera, antes de onMounted ya se habrá machacado el filter de la store. Lo que quiero es que al cambiar la url mantener el filtro que tenía.
Parece una chorrada, pero podemos hacer una constante que tenga este valor? porque ya hay que forzar la vista y hacer scroll arriba/abajo para ver si coinciden o no
Te he respondido pero no sale como solicitar cambios