Fix merge

This commit is contained in:
Peter Maquiran
2021-06-23 15:53:14 +01:00
68 changed files with 361 additions and 388 deletions
+2 -11
View File
@@ -1175,17 +1175,8 @@ export class AgendaPage implements OnInit {
async viewEventsToApprove(){
await this.cloneAllmobileComponent()
if( window.innerWidth <= 1024){
const modal = await this.modalCtrl.create({
component: EventListPage,
componentProps:{
profile: this.profile,
},
cssClass: 'modal modal-desktop',
backdropDismiss: false
});
await modal.present();
modal.onDidDismiss();
if( window.innerWidth <= 801){
this.router.navigate(['/home/agenda/event-list']);
} else {
// hide all components
this.cloneAllmobileComponent();
@@ -70,7 +70,7 @@ export class EventActionsPopoverPage implements OnInit {
}
async emendarTask() {
console.log('Mobile');
this.closePopover();
const modal = await this.modalController.create({
component: EmendMessageModalPage,
@@ -122,8 +122,7 @@ export class EventActionsPopoverPage implements OnInit {
}
async editTask() {
console.log(this.serialNumber);
console.log(this.instanceId);
this.closePopover();
const modal = await this.modalController.create({
component: EditEventToApproveComponent,
componentProps: {