Email - changing folder the header disappear

Hello everybody,
I recently installed SCRM 8.1.3. In the email module, when I change the folder (from inbox to any subfolder - draft, sent, archived - , or to a group email folder) the main header (the entire purple bar with the main menu) and the search bar (just below the header) disappears.

Does anybody face the same problem? How to fix this?
Thank you!

Hey
Modify the public/legacy/modules/Emails/include/ListView/FoldersViewModal.js file
line number 90
From
top.location = 'index.php?module=Emails&action=index&folders_id=' + mbox;
To
location = 'index.php?module=Emails&action=index&folders_id=' + mbox;
This will cause the iframe to navigate to selected folder

1 Like