is it possible to show assignedUser avatar on list view? been looking how to do it but couldn't find a way yet.
Announcement
Collapse
No announcement yet.
is it possible to show assignedUser avatar on list view
Collapse
X
-
Yes, it's quite easy, you can define a custom view or edit the original view, but as you know that's not upgrade safe.
in this file
EspoCRM – Open Source CRM Application. Contribute to espocrm/espocrm development by creating an account on GitHub.
Change this line
PHP Code:if (this.mode === 'detail') {
PHP Code:if (this.mode === 'detail' || 'list') {
- Likes 1
Comment