Merge branch 'developer' of bitbucket.org:equilibriumito/gabinete-digital into developer

This commit is contained in:
Peter Maquiran
2021-07-01 09:57:23 +01:00
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;
});