Announcement

Collapse
No announcement yet.

dashlet view

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

  • dashlet view


    Hi,
    I want to see all tickets in dashlet, not just mine. What should I do?

    Thank you for your help.
    peter


  • #2
    Hi

    client/modules/crm/src/views/dashlets/cases.js

    remove this code:
    onlyMy: true,

    Comment

    Working...
    X