Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Notifications
Clear all
Reply : issue cnfirmed.
Ticket #1918 recorded
Posted : 11 Jan 2016 17H15
Fixed !
Fix is to replace lines 37 to 39 in /tool/sendMail.php from
if (array_key_exists('objectClassName',$_REQUEST)) {
$typeSendMail=$_REQUEST['objectClassName'];
}
to
if (array_key_exists('className',$_REQUEST)) {
$typeSendMail=$_REQUEST['className'];
}
Posted : 12 Jan 2016 1H36