Changing default list Email folder from inbox to all

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rodrigocoelho
    Active Community Member
    • Jun 2016
    • 296

    Changing default list Email folder from inbox to all

    Hi,

    I'm trying to define "all" as the default email folder when entering the email list.

    I modified the espocrm/client/custom/src/views/email/list.js (copied from espocrm/client/src/views/email/list.js) changing "defaultFolderId: 'inbox', to defaultFolderId: 'all',

    But it is not working.

    When changing the original file on espocrm/client/src/views/email/list.js, it work as expected. What am I doing wrong?

    Thanks
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello,
    you need to set this view in clientDefs

    Comment

    Working...