merge made

This commit is contained in:
Equilibrium ITO
2024-04-02 09:29:01 +01:00
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;
});