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:
@@ -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 : {
|
||||
|
||||
Reference in New Issue
Block a user