This commit is contained in:
Peter Maquiran
2021-11-19 14:58:17 +01:00
parent 9298faf43f
commit 56e3f7ccd7
@@ -125,9 +125,8 @@ export class ViewPublicationsPage implements OnInit {
this.showLoader = true;
const folderId = this.folderId
alert('get 2')
this.publications.GetPublications(this.folderId).subscribe(res => {
alert('get 2 resppose')
console.log(this.folderId)
this.publicationList = new Array();
@@ -145,7 +144,6 @@ export class ViewPublicationsPage implements OnInit {
this.showLoader = false;
}, (error) => {
alert('error')
if(error.status == '0') {
this.getFromDB();
}