fix(InvoiceOutGlobal): parallelism #900
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#900
Loading…
Reference in New Issue
No description provided.
Delete Branch "warmFix_invoiceOut_Global"
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?
@ -154,3 +154,2 @@
<QBtn
v-if="!invoicing"
v-if="!getStatus || getStatus === 'stopping'"
El nombre getStatus no me parece correcto. Como veo que puede implicar un refactor algo tedioso vale, pero yo crearía una tarea para refactorizar la store y no tener que hacer esas cosas raras con el computed. Las stores ya son reactivas.
@ -200,4 +197,3 @@
this.addressIndex++;
this.isInvoicing = false;
} catch (err) {
if (err?.response?.status >= 400 && err?.response?.status < 500) {
habiamos dicho que los errores los maneje quasar, si se quiere que el usuario pueda notificar de este error (cuando se añada el btn de notificar) no tenemos que usar useNotify(). Se puede crear tarea.
En este caso es correcto pq no se quiere que el error interrumpa el proceso