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

@@ -86,6 +86,14 @@ function openCase(){
var appUid = rowModel.data.APP_UID;
var delIndex = rowModel.data.DEL_INDEX;
var caseTitle = (rowModel.data.APP_TITLE) ? rowModel.data.APP_TITLE : rowModel.data.APP_UID;
if(!isIE) {
Ext.Msg.show({
msg: _('ID_OPEN_CASE') + ' ' + caseTitle,
width:300,
wait:true,
waitConfig: {interval:200}
});
}
params = '';
switch(action){
case 'to_revise':