This commit is contained in:
tiago.kayaya
2021-06-30 16:33:53 +01:00
parent 9e7a6b0503
commit 64b3602f49
4 changed files with 14 additions and 4 deletions
@@ -66,7 +66,7 @@ export class ViewPublicationsPage implements OnInit {
}
getPublicationDetail(){
this.publications.GetPublicationFolderById(this.folderId).subscribe(res=>{
this.publications.PresidentialAction(this.folderId).subscribe(res=>{
console.log(res);
this.item = res;
});