mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
Agenda automatic update edited event
This commit is contained in:
@@ -109,7 +109,6 @@ export class ViewEventPage implements OnInit {
|
|||||||
|
|
||||||
async editEventDetail() {
|
async editEventDetail() {
|
||||||
|
|
||||||
|
|
||||||
const modal = await this.modalController.create({
|
const modal = await this.modalController.create({
|
||||||
component: EditEventPage,
|
component: EditEventPage,
|
||||||
componentProps: {
|
componentProps: {
|
||||||
@@ -145,6 +144,7 @@ export class ViewEventPage implements OnInit {
|
|||||||
if(res){
|
if(res){
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
/* this.loadEvent(); */
|
/* this.loadEvent(); */
|
||||||
|
this.loadEvent()
|
||||||
this.getAttachments();
|
this.getAttachments();
|
||||||
}, 250);
|
}, 250);
|
||||||
this.isEventEdited = true;
|
this.isEventEdited = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user