This commit is contained in:
Claus-Peter Huebner 2023-10-17 16:00:56 +02:00
parent b9dc65f123
commit 8a9a539e3c

View File

@ -50,7 +50,9 @@ export default {
? this.linkedUser.alias
? this.linkedUser.alias +
(this.linkedUser.communityName ? ' / ' + this.linkedUser.communityName : '')
: this.linkedUser.firstName + ' ' + this.linkedUser.lastName +
: this.linkedUser.firstName +
' ' +
this.linkedUser.lastName +
(this.linkedUser.communityName ? ' / ' + this.linkedUser.communityName : '')
: this.text
},