hotFix_supplier_autoBic #1023
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1023
Loading…
Reference in New Issue
No description provided.
Delete Branch "hotFix_supplier_autoBic"
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?
https://cau.verdnatura.es/scp/tickets.php?id=247540
@ -285,3 +285,3 @@
@virtual-scroll="onScroll"
>
<template v-if="isClearable" #append>
<template #append>
Arregla el que si gastes el slot append no te lleve el boto de borrar
@ -178,3 +178,2 @@
await axios.post($props.saveUrl || $props.url + '/crud', changes);
} catch (e) {
return (isLoading.value = false);
} finally {
Si el catch no propaga el error no ix ningun fallo per notificacio
@ -56,2 +57,4 @@
notify('globals.dataSaved', 'positive');
};
function findBankFk(value, row) {
Hay una fn parecida en workerList sacada de Salix.
El codigo de ahi esta bastante raro. Saca todas las bankEntity pero luego tambien hace peticiones para sacarla.
Creo redmine para que se refactorize
https://redmine.verdnatura.es/issues/8254