mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
fix
This commit is contained in:
+5
-4
@@ -76,10 +76,11 @@ export class EventDetailsDocumentsOptionsPage implements OnInit {
|
||||
"path": document.path,
|
||||
"ownerId": document.ownerId
|
||||
}
|
||||
this.processService.SaveDraftByID(document.DocId, objectDraft).subscribe((res) => [
|
||||
this.erroHandler.httpsSucessMessagge('Draft Save'),
|
||||
this.modalController.dismiss()
|
||||
],(error) => {
|
||||
this.processService.SaveDraftByID(document.DocId, objectDraft).subscribe((res) => {
|
||||
this.erroHandler.httpsSucessMessagge('Draft Save');
|
||||
this.modalController.dismiss();
|
||||
window['tinyupdate']()
|
||||
},(error) => {
|
||||
this.erroHandler.httpStatusHandle(error)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user