fix message and and updload

This commit is contained in:
Peter Maquiran
2024-04-01 15:59:18 +01:00
parent 28beeb3879
commit f754da8cde
5 changed files with 24 additions and 181 deletions
@@ -376,8 +376,11 @@ export class NewPublicationPage implements OnInit {
if (!window["sharedContent"]) {
this.close();
} else {
alert('dont close')
}
this.PublicationFromMvService.publicationType = this.publicationType as any
this.PublicationFromMvService.setFolderId(this.folderId)
await this.PublicationFromMvService.save()
@@ -394,6 +397,7 @@ export class NewPublicationPage implements OnInit {
close() {
alert('close');
this.modalController.dismiss(this.PublicationFromMvService.form).then(() => {
this.showLoader = true;
});