mirror of
https://github.com/nextcloud/server.git
synced 2026-04-02 15:45:38 -04:00
Merge pull request #19824 from nextcloud/backport/19763/stable18
[stable18] Fix "Error loading the shares list TypeError: "this is undefined"" fo…
This commit is contained in:
commit
f3f56a97ea
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -50,7 +50,7 @@ const shareWithTitle = function(share) {
|
|||
{ escape: false }
|
||||
)
|
||||
} else if (share.type === OC.Share.SHARE_TYPE_ROOM) {
|
||||
if (this.model.get('reshare').share_with_displayname) {
|
||||
if (share.shareWithDisplayName) {
|
||||
return t(
|
||||
'files_sharing',
|
||||
'Shared with you and the conversation {conversation} by {owner}',
|
||||
|
|
|
|||
Loading…
Reference in a new issue