aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/components/SharingEntryLink.vue
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-07-15 14:52:04 +0200
committerCarl Schwan <carl@carlschwan.eu>2022-07-28 16:54:13 +0200
commitab1a20522b1b2730398869a764f672175a1abcb8 (patch)
tree03786fe4046a451a53ecb58336ee965300161914 /apps/files_sharing/src/components/SharingEntryLink.vue
parentbbb5043c07923c8e73f687f42465d246292d207d (diff)
downloadnextcloud-server-ab1a20522b1b2730398869a764f672175a1abcb8.tar.gz
nextcloud-server-ab1a20522b1b2730398869a764f672175a1abcb8.zip
Enforcing permission during resharing
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'apps/files_sharing/src/components/SharingEntryLink.vue')
-rw-r--r--apps/files_sharing/src/components/SharingEntryLink.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue
index 672b32c1cd1..0699cf2aea4 100644
--- a/apps/files_sharing/src/components/SharingEntryLink.vue
+++ b/apps/files_sharing/src/components/SharingEntryLink.vue
@@ -697,6 +697,7 @@ export default {
shareType: ShareTypes.SHARE_TYPE_LINK,
password: share.password,
expireDate: share.expireDate,
+ attributes: JSON.stringify(this.fileInfo.shareAttributes),
// we do not allow setting the publicUpload
// before the share creation.
// Todo: We also need to fix the createShare method in