mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Fix
This commit is contained in:
@@ -622,34 +622,4 @@ export class SearchPage implements OnInit {
|
||||
|
||||
}
|
||||
|
||||
// async openExpedientActionsModal(doc: SearchDocument) {
|
||||
|
||||
// let customTask: task = {
|
||||
// serialNumber: doc.SourceId,
|
||||
// taskStartDate: doc.CreateDate,
|
||||
// isEvent: true,
|
||||
// workflowInstanceDataFields: {
|
||||
// FolderID: ,
|
||||
// Subject: ,
|
||||
// SourceSecFsID: ,
|
||||
// SourceType: ,
|
||||
// SourceID: ,
|
||||
// FolderID: null,
|
||||
// DocId: doc.SourceId,
|
||||
// Subject: doc.SourceName,
|
||||
// },
|
||||
// }
|
||||
|
||||
// const popover = await this.modalController.create({
|
||||
// component: OptsExpedientePage,
|
||||
// cssClass: 'model aside-modal search-submodal',
|
||||
// componentProps: {
|
||||
// fulltask: customTask,
|
||||
// task: customTask
|
||||
// },
|
||||
// //translucent: true
|
||||
// });
|
||||
// return await popover.present();
|
||||
// }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user