Merge pull request #54273 from nextcloud/backport/54049/stable31

[stable31] fix(files_sharing): only show "shared with me" information if shared
This commit is contained in:
Ferdinand Thiessen 2025-08-06 16:32:49 +02:00 committed by GitHub
commit 14a3b131a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 8 additions and 9 deletions

View file

@ -240,8 +240,7 @@ export default {
* @return {boolean}
*/
isSharedWithMe() {
return this.sharedWithMe !== null
&& this.sharedWithMe !== undefined
return !!this.sharedWithMe?.user
},
/**

2
dist/8723-8723.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/8723-8723.js.map vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/8723-8723.js.map.license vendored Symbolic link
View file

@ -0,0 +1 @@
8723-8723.js.license

2
dist/8871-8871.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1 +0,0 @@
8871-8871.js.license

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long