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
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
Comment