OM-545 Al iniciar un caso, ya no se muestra el mensaje/mask que se mostraba indicando que se está creando un caso

This commit is contained in:
Ronald Q
2016-04-14 11:44:26 -04:00
parent a51721f684
commit 92daf1ebe3
3 changed files with 27 additions and 1 deletions

View File

@@ -445,6 +445,14 @@ Ext.onReady(function() {
function openCaseA(n){
if (n.attributes.optionType == "startProcess") {
if(!isIE) {
Ext.Msg.show({
title : '',
msg : TRANSLATIONS.ID_STARTING_NEW_CASE + '<br><br><b>' + n.attributes.text + '</b>',
wait:true,
waitConfig: {interval:500}
});
}
Ext.Ajax.request({
url : 'casesStartPage_Ajax.php',
params : {