PMCORE-737

This commit is contained in:
Paula Quispe
2020-09-08 16:02:57 -04:00
parent 174fe46446
commit e8b47866b2
8 changed files with 27 additions and 7 deletions

View File

@@ -3,3 +3,11 @@ var PM = PM || {};
PM.version = '3.0.1.8';
}());
// Overwrite the global ajax timeout
try {
if (parent.ext_ajax_timeout) {
Ext.Ajax.timeout = parent.ext_ajax_timeout;
}
} catch (error) {
// Nothing to_do
}