This commit is contained in:
tiago.kayaya
2021-07-01 09:36:17 +01:00
parent 64b3602f49
commit d4887c1958
7 changed files with 39 additions and 21 deletions
@@ -124,6 +124,7 @@
<app-edit-action
*ngIf="desktopComponent.showEditActions"
[folderId]="folderId"
class="height-100 d-flex flex-column overflow-hidden background-white flex-grow-1"
(closeDesktopComponent)="closeDesktopComponent($event)"
>
@@ -280,6 +280,7 @@ export class PublicationsPage implements OnInit {
}
async openOptions(id?: string) {
this.folderId = id;
const enterAnimation = (baseEl: any) => {
const backdropAnimation = this.animationController.create()
.addElement(baseEl.querySelector('ion-backdrop')!)
@@ -66,7 +66,7 @@ export class ViewPublicationsPage implements OnInit {
}
getPublicationDetail(){
this.publications.PresidentialAction(this.folderId).subscribe(res=>{
this.publications.GetPresidentialAction(this.folderId).subscribe(res=>{
console.log(res);
this.item = res;
});