mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
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:
commit
14a3b131a0
10 changed files with 8 additions and 9 deletions
|
|
@ -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
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
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
1
dist/8723-8723.js.map.license
vendored
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
8723-8723.js.license
|
||||
2
dist/8871-8871.js
vendored
2
dist/8871-8871.js
vendored
File diff suppressed because one or more lines are too long
1
dist/8871-8871.js.map
vendored
1
dist/8871-8871.js.map
vendored
File diff suppressed because one or more lines are too long
1
dist/8871-8871.js.map.license
vendored
1
dist/8871-8871.js.map.license
vendored
|
|
@ -1 +0,0 @@
|
|||
8871-8871.js.license
|
||||
4
dist/files_sharing-files_sharing_tab.js
vendored
4
dist/files_sharing-files_sharing_tab.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-files_sharing_tab.js.map
vendored
2
dist/files_sharing-files_sharing_tab.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue