Notifications
Retirer tout
Submit issues
2
Posts
2
Utilisateurs
0
Reactions
4,151
Vu
Début du sujet
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
Posté : 14 Avr AM 11:044
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.
Posté : 14 Avr PM 12:044