Browse Source

Merge pull request #25594 from wankdanker/files_sharing_owner_display_name

Use ownerDisplayName for SharingEntry Tooltip
tags/v22.0.0beta1
Roeland Jago Douma 3 years ago
parent
commit
9929adde08
No account linked to committer's email address

+ 1
- 1
apps/files_sharing/js/dist/files_sharing_tab.js
File diff suppressed because it is too large
View File


+ 1
- 1
apps/files_sharing/js/dist/files_sharing_tab.js.map
File diff suppressed because it is too large
View File


+ 1
- 1
apps/files_sharing/src/components/SharingEntry.vue View File

@@ -207,7 +207,7 @@ export default {
// todo: strong or italic?
// but the t function escape any html from the data :/
user: this.share.shareWithDisplayName,
owner: this.share.owner,
owner: this.share.ownerDisplayName,
}

if (this.share.type === this.SHARE_TYPES.SHARE_TYPE_GROUP) {

Loading…
Cancel
Save