#7652 fix pagination #503
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#503
Loading…
Reference in New Issue
No description provided.
Delete Branch "7652-fixPagination"
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: #7652 fix paginationto #7652 fix pagination@alexm en la tarea del método reset de arrayData cambiaré store.page = 1 por arrayData.reset([])....
@ -192,2 +188,4 @@
store.page += 1;
await fetch({ append: true });
updateStateParams();
avisame si lo quieres hablar.
@ -1,10 +1,9 @@
<script setup>
ya se gasta store en CardSummary
@ -2,7 +2,6 @@
import { computed } from 'vue';
ya se gasta store en CardDescriptor
@ -78,2 +80,4 @@
}
}
function getValueFromPath(path) {
comprueba la key de entity o la key de la key si hay puntos
@ -62,3 +62,3 @@
watch(
() => [$props.url, $props.filter],
async () => await getData()
async () => {
Solo hará la llamada si la datakey es diferente.
@ -42,2 +42,4 @@
await arrayData.fetch({ append: false });
});
if (props.baseUrl) {
La llamada a nv general la hace card. CardDescriptor solo debería hacerlo a nivel especifico.
New commits pushed, approval review dismissed automatically according to repository settings