mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
mark ative item in list on accoes-edit
This commit is contained in:
@@ -440,6 +440,7 @@ export class PublicationsPage implements OnInit {
|
||||
|
||||
async editPublication(foolderId: string) {
|
||||
this.closeDesktopComponent();
|
||||
this.idSelected = this.folderId;
|
||||
this.desktopComponent.showEditActions = true;
|
||||
}
|
||||
|
||||
|
||||
@@ -196,7 +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,
|
||||
|
||||
Reference in New Issue
Block a user