#7229 download file #833
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#833
Loading…
Reference in New Issue
No description provided.
Delete Branch "7229-fixDownloadFile"
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?
@ -1,11 +1,24 @@
import { useSession } from 'src/composables/useSession';
import { getUrl } from './getUrl';
import axios from 'axios';
Así en lugar de abrirlo en una ventana de al lado, lo descarga
WIP: fix: refs #7229 download fileto #7229 download file@ -10,0 +9,4 @@
const baseUrl = 'http://localhost:9000';
let defaulCreateObjectURL;
beforeAll(() => {
Hay que mockearlo, si no da fallo
Prueba que otros sitios donde se use downloadFile sigan funcionando