mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
edit mark ative item in list on accoes presidenciais
This commit is contained in:
@@ -34,7 +34,6 @@ export class ViewPublicationsPage implements OnInit {
|
||||
@Output() closeDesktopComponent = new EventEmitter<any>();
|
||||
@Output() goBacktoPublicationDetails = new EventEmitter<any>();
|
||||
@Output() getActions= new EventEmitter<any>();
|
||||
@Output() ativaClasse= new EventEmitter<any>();
|
||||
|
||||
publicationPipe = new PublicationPipe()
|
||||
|
||||
@@ -197,6 +196,7 @@ export class ViewPublicationsPage implements OnInit {
|
||||
}
|
||||
|
||||
async openEditPublication(folderId?:any){
|
||||
console.log('object');
|
||||
if( window.innerWidth < 701) {
|
||||
const modal = await this.modalController.create({
|
||||
component: EditActionPage,
|
||||
@@ -253,7 +253,6 @@ export class ViewPublicationsPage implements OnInit {
|
||||
// }
|
||||
|
||||
this.openPublicationDetails.emit(publicationId);
|
||||
this.ativaClasse.emit(this.folderId);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user