edit mark ative item in list on accoes presidenciais

This commit is contained in:
EQUILIBRIUM\hirondino.van-dunem
2022-06-08 14:34:01 +01:00
parent 4c34805547
commit 162a39454a
3 changed files with 5 additions and 7 deletions
@@ -343,10 +343,6 @@ export class PublicationsPage implements OnInit {
}
ativaClasse(folderId: string){
this.idSelected = folderId;
}
async viewPublications(folderId: string) {
this.folderId = folderId
@@ -405,6 +401,7 @@ export class PublicationsPage implements OnInit {
goBackToViewPublications() {
this.closeDesktopComponent();
this.idSelected = this.folderId;
this.desktopComponent.showViewPublication = true;
}
@@ -412,6 +409,7 @@ export class PublicationsPage implements OnInit {
// Emitters
goBackToPubications() {
this.closeDesktopComponent();
this.idSelected = this.folderId;
this.desktopComponent.showViewPublication = true;
}
@@ -433,6 +431,7 @@ export class PublicationsPage implements OnInit {
// edit publication will send null
if (folderId != undefined) {
this.folderId = folderId;
this.idSelected = this.folderId;
}
this.publication = publication;
@@ -449,6 +448,7 @@ export class PublicationsPage implements OnInit {
this.publicationId = publicationId;
this.closeDesktopComponent();
this.idSelected = this.folderId;
this.desktopComponent.showPublicationDetail = true;
}