PM-1692 Error al guardar un case note

This commit is contained in:
Brayan Pereyra
2015-04-30 15:04:02 -04:00
parent 5093c0e206
commit c0f698fee7
2 changed files with 16 additions and 4 deletions

View File

@@ -268,11 +268,17 @@ function openCaseNotesWindow(appUid1, delIndex, modalSw, appTitle, proUid, taskU
],
listeners: {
show:function() {
if (typeof(parent.setFlag) != 'undefined') {
parent.setFlag(false);
}
this.loadMask = new Ext.LoadMask(this.body, {
msg:_('ID_LOADING')
});
},
close:function(){
if (typeof(parent.setFlag) != 'undefined') {
parent.setFlag(true);
}
if (Ext.get("caseNotes")) {
Ext.getCmp("caseNotes").toggle(false);
//Ext.getCmp('caseNotes').show();