Hello,
we just upgrade to V8.3.2 and now, sent mails list (tools/sent mails) is empty.
Regards,
Corrected in 8.3.3.
Edit :
Not really, only restricted list is displayed.
When no filters is active, it seems that list is too big to fit...
Hi,
Then is a security improvments on V8.3 : access to emails is controlled through "access to data (project dependent)".
So users may only see emails sent that concerns their project.
You should have a reader+ right to see all emails.
Please note that giving "update" rights on this screen won't be taken into account : all emails are "readonly"
-
Project filter seems to be applied on mail list.
but this is nonsense because filter is not correct with list.
ie : i select a project and list display mails on other project or admin mail for connexion information to user. For another project, list display nothing...
Project filter seems to be applied on mail list.
Yes, I confirm.
If project selector is active, only mails send for items of selected project, or mails send for no project (mails for reports) are displayed.
e : i select a project and list display mails on other project or admin mail for connexion information to user. For another project, list display nothing...
I cannot reproduce.
Can you post a screenshot as an exemple.
Check log file : if any error post it here
Check browser console : if any error post it here
If no error found, open browser console and go to tab "network"
Enter a filter on jsonQuery
Open email list that fails.
On network tab, select last jsonQuery.php request.
On right part, select tab "response"
Copy response here.
Thanks.
Hello,
Log file : empty
Console Firefox jointe :
JSONQuery :
This is due to emails send with V8.3.3 that has an issue on title.
The titles of these emails have line breaks, and this leads to the issue you face.
Ticket #4533 recorded.
To fix the issue, you can also delete these "emails sent" :
DELETE FROM `mail` where mailTitle like '%###PROJEQTOR###%';