This commit is contained in:
tiago.kayaya
2021-04-06 16:27:09 +01:00
parent 99d9ac339f
commit 9e21b1ff4c
6 changed files with 27 additions and 14 deletions
@@ -160,10 +160,8 @@ export class NewPublicationPage implements OnInit {
}
console.log('Create');
console.log(this.pub);
console.log(this.publication);
/* this.publications.CreatePublication(this.folderId, this.publication); */
this.publications.CreatePublication(this.folderId, this.publication);
this.close();
}
}