fix cancle notification message

This commit is contained in:
Peter Maquiran
2024-04-01 16:55:26 +01:00
parent f754da8cde
commit f34f80d8dc
3 changed files with 21 additions and 5 deletions
@@ -397,7 +397,13 @@ export class NewPublicationPage implements OnInit {
close() {
alert('close');
alert('this.PublicationFromMvService.form.send'+ this.PublicationFromMvService.form.send)
if(this.PublicationFromMvService.form.send == false) {
this.PublicationFromMvService.cancel()
this.PublicationFromMvService.ObjectMergeNotification.close()
}
this.modalController.dismiss(this.PublicationFromMvService.form).then(() => {
this.showLoader = true;
});