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-11 17:05:35 +01:00
3 changed files with 5 additions and 4 deletions
@@ -116,7 +116,7 @@ export class PublicationsPage implements OnInit {
if (event instanceof NavigationEnd && event.url == pathname) {
console.log('=================', this.publicationFolderService.gotoAction)
this.getActions();
this.checkQueryParameter()
// this.checkQueryParameter()
}
this.intent = window['sharedContent']
});
@@ -381,7 +381,8 @@ export class PublicationsPage implements OnInit {
});
modal.onDidDismiss().then(() => {
this.doRefresh(event);
this.intent = window["sharedContent"]
// this.doRefresh(event);
this.checkQueryParameter();
});
await modal.present();