This commit is contained in:
tiago.kayaya
2021-07-23 14:43:51 +01:00
parent 9bcc06add2
commit b5e1ad4201
17 changed files with 194 additions and 203 deletions
@@ -26,7 +26,7 @@ export class PublicationDetailPage implements OnInit {
private publications:PublicationsService,
private animationController: AnimationController,
private toastService: ToastService
) {
) {
this.publicationId = this.navParams.get('publicationId');
/* this.folderId = this.navParams.get('folderIdId'); */
this.publication = {
@@ -98,8 +98,7 @@ export class PublicationDetailPage implements OnInit {
}
async editPost(publicationType:any) {
console.log('HERE');
console.log(this.publication);
const modal = await this.modalController.create({
component: NewPublicationPage,