Fixe merge

This commit is contained in:
Peter Maquiran
2021-05-26 10:14:55 +01:00
28 changed files with 828 additions and 162 deletions
@@ -83,7 +83,10 @@ export class PublicationDetailPage implements OnInit {
try {
await this.publications.DeletePublication(this.folderId, this.publicationId).toPromise();
this.successMessage()
this.close();
//this.goBackToViewPublications.emit();
} catch (error) {
this.badRequest()
}