fix: not fetch on mounted #1015
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1015
Loading…
Reference in New Issue
No description provided.
Delete Branch "hotfix-notRedirectOnLoad"
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?
@ -133,7 +133,7 @@ const addFilter = async (filter, params) => {
async function fetch(params) {
useArrayData(props.dataKey, params);
arrayData.reset(['filter.skip', 'skip', 'page']);
await arrayData.fetch({ append: false });
J. Gallego me ha dicho que cuando hay solo 1 registro, solo se debería redirigir al summary cuando se realice una búsqueda desde el searchbar o filtro.
No creo que sea esta la solucion, lo miramos