mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
save
This commit is contained in:
@@ -75,7 +75,8 @@
|
||||
desktopComponent.showViewPublication == false &&
|
||||
desktopComponent.showAddNewPublication == false &&
|
||||
desktopComponent.showPublicationDetail == false &&
|
||||
desktopComponent.showAddActions == false
|
||||
desktopComponent.showAddActions == false &&
|
||||
desktopComponent.showEditActions == false
|
||||
)"><div>Nenhuma ação presidencial selecionada</div></div>
|
||||
|
||||
<!-- View Publication -->
|
||||
|
||||
@@ -275,6 +275,7 @@ export class PublicationsPage implements OnInit {
|
||||
showAddNewPublication: false,
|
||||
showPublicationDetail: false,
|
||||
showAddActions: false,
|
||||
showEditActions: false,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -315,6 +316,11 @@ export class PublicationsPage implements OnInit {
|
||||
await modal.present();
|
||||
modal.onDidDismiss().then(res =>{
|
||||
if(res['data']=='edit'){
|
||||
//this.closeDesktopComponent();
|
||||
this.desktopComponent.showViewPublication = false,
|
||||
this.desktopComponent.showAddNewPublication = false,
|
||||
this.desktopComponent.showPublicationDetail = false,
|
||||
this.desktopComponent.showAddActions = false,
|
||||
this.desktopComponent.showEditActions = true;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user