From 967b3848e0e2eeb7ca5447599769fd9fbf825069 Mon Sep 17 00:00:00 2001 From: skjnldsv Date: Tue, 9 Jul 2024 15:38:33 +0200 Subject: fix(files_sharing): phpunit & openapi fixes Signed-off-by: skjnldsv --- apps/files_sharing/src/components/SharingEntryLink.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files_sharing/src/components/SharingEntryLink.vue') diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue index e9b7ee44815..7fad50ebc95 100644 --- a/apps/files_sharing/src/components/SharingEntryLink.vue +++ b/apps/files_sharing/src/components/SharingEntryLink.vue @@ -564,7 +564,7 @@ export default { }, canChangeHideDownload() { - const hasDisabledDownload = (shareAttribute) => shareAttribute.scope === 'permissions' && shareAttribute.key === 'download'&& shareAttribute.value === false + const hasDisabledDownload = (shareAttribute) => shareAttribute.scope === 'permissions' && shareAttribute.key === 'download' && shareAttribute.value === false return this.fileInfo.shareAttributes.some(hasDisabledDownload) }, -- cgit v1.2.3