Skip to content
Snippets Groups Projects
Commit 06905fdf authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

Merge branch 'Issue/3018-disableMultiFileDownload' into 'dev'

Update: Disable Download when multiple files are selected

See merge request !462
parents 95bb7306 a66d02df
No related branches found
No related tags found
2 merge requests!466merge dev into main,!462Update: Disable Download when multiple files are selected
Pipeline #1538808 passed
...@@ -106,7 +106,9 @@ ...@@ -106,7 +106,9 @@
</b-dropdown> </b-dropdown>
<b-button <b-button
v-if="!editableDataUrl" v-if="!editableDataUrl"
:disabled="!showDetail || shownFiles.length === 0" :disabled="
!showDetail || shownFiles.length === 0 || !currentFolderContent
"
@click="$emit('download')" @click="$emit('download')"
> >
{{ $t("page.resource.metadataManagerBtnDownload") }} {{ $t("page.resource.metadataManagerBtnDownload") }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment