Duplicated publications solved

This commit is contained in:
Eudes Inácio
2022-06-08 13:02:43 +01:00
parent 7ff4eb67fc
commit 4c34805547
@@ -54,10 +54,10 @@ export class ViewPublicationsPage implements OnInit {
this.folderId = this.folderId['ProcessId']
}
this.getPublicationsIds();
this.getPublicationDetail();
//this.getPublicationsIds();
window['app-view-publications-page-doRefresh'] = this.doRefresh
this.getPublicationDetail();
}
ngOnChanges(changes: any): void {