Announcement

Collapse
No announcement yet.

is it possible to show assignedUser avatar on list view

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • is it possible to show assignedUser avatar on list view

    is it possible to show assignedUser avatar on list view? been looking how to do it but couldn't find a way yet.

    Rabii
    Web Dev

  • #2
    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


    Change this line
    PHP Code:
    if (this.mode === 'detail') { 
    to

    PHP Code:
     if (this.mode === 'detail' || 'list') { 
    Rebuild and refresh the page

    Click image for larger version  Name:	image.png Views:	0 Size:	34.3 KB ID:	88230

    Comment


    • #3
      Thanks i have not seen the assigned-user-with-avatar code.

      appreciate your help
      Rabii
      Web Dev

      Comment


      • #4
        rabii this was quietly added in Espo 8.4.0 by default

        Comment


        • rabii
          rabii commented
          Editing a comment
          Yeah i have seen the commit. Thanks for letting me know mate
          Still waiting for the big news new extension
      Working...
      X