mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
save
This commit is contained in:
@@ -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