mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Merge branch 'feature/viewer-attachment' of https://bitbucket.org/equilibriumito/gabinete-digital-fo into feature/viewer-attachment
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user