lateste git pull made

This commit is contained in:
Eudes Inácio
2021-10-11 09:33:08 +01:00
9 changed files with 38 additions and 23 deletions
@@ -123,7 +123,7 @@ export class DespachoPrPage implements OnInit {
return user.Type == 'CC';
}) || []
if (!this.cc) {
if(!this.cc) {
this.cc = []
}
@@ -223,12 +223,13 @@ export class DespachoPrPage implements OnInit {
Document,
applicationId: Document.ApplicationId,
docId: Document.DocId || Document.SourceId,
folderId: this.task.FolderId
folderId: this.task.FolderId,
task: this.fulltask
},
cssClass: 'modal modal-desktop'
});
await modal.present();
}
openMenu() {