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.
Hi,
Checklist is not working with IE11. On attempt to save changes (check some of the checks) for the checklist for object (Project, Document, etc.) IE11 prompt to leave the page and changes are not saved
Regards,
Evgueni
Hi,
Issue confirmed.
To fix this, just comment line2293 in /view/js/projeqtorDialog.php.
It should look this way :
function saveChecklist() {
//var params="&objectClass="+objectClass+"&objectId="+objectId;
//loadDialog('dialogChecklist',null, true, params);
loadContent('../tool/saveChecklist.php','resultDiv','dialogChecklistForm',true,'checklist');
dijit.byId('dialogChecklist').hide();
return false;
}
Note : refresh browser cache before testing...
Fix will be depmloyed on next version.