Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2021-12-28 13:11:14 +0300
committerGitHub <noreply@github.com>2021-12-28 13:11:14 +0300
commit6f422c16dae269eb0aee591c01f471b4103ca39e (patch)
treede633cbbb95f0b4540476a8c17c549acc384a5cf
parenta1b6d54c13f94cce344d18849a058997520fd85a (diff)
parent5b8ad8a243f2777c1ae61aadba724747c65f60e3 (diff)
Merge pull request #1844 from nextcloud/backport/1842/stable22
[stable22] Fix non user avatars in sharing sidebar
-rw-r--r--src/components/SharingSidebarView.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SharingSidebarView.vue b/src/components/SharingSidebarView.vue
index f3f25f90..a967a5a0 100644
--- a/src/components/SharingSidebarView.vue
+++ b/src/components/SharingSidebarView.vue
@@ -77,7 +77,7 @@
<tbody v-else>
<tr v-for="item in list" :key="item.mappingType + '-' + item.mappingId">
<td>
- <Avatar :user="item.mappingId" :size="24" />
+ <Avatar :user="item.mappingId" :is-no-user="item.mappingType !== 'user'" :size="24" />
</td>
<td v-tooltip="getFullDisplayName(item.mappingDisplayName, item.mappingType)" class="username">
{{ getFullDisplayName(item.mappingDisplayName, item.mappingType) }}