mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
save
This commit is contained in:
@@ -121,7 +121,8 @@
|
||||
(closeDesktopComponent)="closeDesktopComponent($event)"
|
||||
></app-new-action>
|
||||
<app-edit-action>
|
||||
|
||||
*ngIf="desktopComponent.showEditActions"
|
||||
|
||||
</app-edit-action>
|
||||
|
||||
|
||||
|
||||
@@ -39,7 +39,8 @@ export class PublicationsPage implements OnInit {
|
||||
showViewPublication: false,
|
||||
showAddNewPublication: false,
|
||||
showPublicationDetail: false,
|
||||
showAddActions: false
|
||||
showAddActions: false,
|
||||
showEditActions: false
|
||||
}
|
||||
|
||||
folderId: string;
|
||||
@@ -314,7 +315,7 @@ export class PublicationsPage implements OnInit {
|
||||
await modal.present();
|
||||
modal.onDidDismiss().then(res =>{
|
||||
if(res['data']=='edit'){
|
||||
this.desktopComponent.showAddActions = true;
|
||||
this.desktopComponent.showEditActions = true;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user