stable

Clone or download

Read-only

Show warning modal when the archive exceeds warning threshold

part of: story #12404 download folder as zip How to test: - Lower the warning threshold to 1MB (max_archive_size must be higher) - Add some files in the folder you want to download until its size is above 1 MB - Try to download it --> The modal opens --> It shows the threshold and the archive to be downloaded size, both in MB --> You can cancel --> You can confirm, the download starts Change-Id: I81a4612c5968a3869a671fb5cb08a1d463afd999

Modified Files

Name
M plugins/document/scripts/document/components/Folder/DropDown/DownloadFolderAsZip/DownloadFolderAsZip.test.js +31 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DownloadFolderAsZip/DownloadFolderAsZip.vue +12 −1 Go to diff View file
A plugins/document/scripts/document/components/Folder/DropDown/DownloadFolderAsZip/ModalArchiveSizeWarning.test.js +75 −0 Go to diff View file
A plugins/document/scripts/document/components/Folder/DropDown/DownloadFolderAsZip/ModalArchiveSizeWarning.vue +118 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderHeader.test.js +41 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderHeader.vue +22 −0 Go to diff View file
M plugins/document/scripts/document/po/fr.po +20 −0 Go to diff View file