mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
add
This commit is contained in:
@@ -218,6 +218,8 @@ export class ViewEventPage implements OnInit {
|
||||
}, 250);
|
||||
this.isEventEdited = true;
|
||||
}
|
||||
}, (error) => {
|
||||
console.log(error)
|
||||
});
|
||||
|
||||
}
|
||||
@@ -244,6 +246,8 @@ export class ViewEventPage implements OnInit {
|
||||
}, 250);
|
||||
this.isEventEdited = true;
|
||||
}
|
||||
}, (error) => {
|
||||
console.log(error)
|
||||
});
|
||||
|
||||
}
|
||||
@@ -275,6 +279,8 @@ export class ViewEventPage implements OnInit {
|
||||
}, 250);
|
||||
this.isEventEdited = true;
|
||||
}
|
||||
}, (error) => {
|
||||
console.log(error)
|
||||
});
|
||||
}
|
||||
|
||||
@@ -344,6 +350,8 @@ export class ViewEventPage implements OnInit {
|
||||
await modal.present();
|
||||
modal.onDidDismiss().then(res => {
|
||||
//this.RouteService.goBack();
|
||||
}, (error) => {
|
||||
console.log(error)
|
||||
});
|
||||
}
|
||||
|
||||
@@ -367,7 +375,11 @@ export class ViewEventPage implements OnInit {
|
||||
cssClass: classs,
|
||||
});
|
||||
await modal.present();
|
||||
modal.onDidDismiss().then(async (res) => { });
|
||||
modal.onDidDismiss().then(
|
||||
async (res) => { },
|
||||
(error) => {
|
||||
console.log(error)
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user