Merge branch 'feature/viewer-attachment' of https://bitbucket.org/equilibriumito/gabinete-digital-fo into feature/viewer-attachment

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