summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-07-02 17:42:55 +0200
committerVincent Petry <vincent@nextcloud.com>2021-07-27 12:19:24 +0200
commit46b8cf4f64a8a2d9320ded762eeb0a4b9347181d (patch)
tree2425ff8806f82cff5e46142af504430f612566f0 /apps/files_sharing/src
parent7130a98e4730c9ba4e40593a958beb3683d02ef1 (diff)
downloadnextcloud-server-46b8cf4f64a8a2d9320ded762eeb0a4b9347181d.tar.gz
nextcloud-server-46b8cf4f64a8a2d9320ded762eeb0a4b9347181d.zip
Remove "Reject share" for pending remote shares
In the list of pending shares, the option for rejecting the share has been removed. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/src')
-rw-r--r--apps/files_sharing/src/share.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/files_sharing/src/share.js b/apps/files_sharing/src/share.js
index ab41db7e8cd..385d42eaaea 100644
--- a/apps/files_sharing/src/share.js
+++ b/apps/files_sharing/src/share.js
@@ -104,9 +104,6 @@ import escapeHTML from 'escape-html'
if (fileData.shareTypes) {
tr.attr('data-share-types', fileData.shareTypes.join(','))
}
- if (fileData.remoteId) {
- tr.attr('data-remote-id', fileData.remoteId)
- }
return tr
}