mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
Added integration to show ever MD events despite the login used.
This commit is contained in:
@@ -104,6 +104,7 @@ export class CalModalPage implements OnInit {
|
||||
HasAttachments: false,
|
||||
};
|
||||
}
|
||||
|
||||
this.ionicForm = this.formBuilder.group({
|
||||
subject: ['', [Validators.required]],
|
||||
agenda: ['', [Validators.required]],
|
||||
@@ -128,7 +129,7 @@ export class CalModalPage implements OnInit {
|
||||
save(){
|
||||
if (this.ionicForm.valid)
|
||||
{
|
||||
this.eventService.postEvent(this.postEvent, this.postEvent.CalendarName).subscribe();
|
||||
this.eventService.postEvent(this.postEvent, this.postEvent.CalendarName, "md").subscribe();
|
||||
this.modalCtrl.dismiss(this.postEvent);
|
||||
}
|
||||
else{
|
||||
|
||||
Reference in New Issue
Block a user