Form ajust to correct way

This commit is contained in:
Eudes Inácio
2024-06-12 11:48:39 +01:00
parent 40d106abf6
commit 1a6d7bb589
@@ -274,7 +274,7 @@ export class NewEventPage implements OnInit {
AppointmentState: 0, AppointmentState: 0,
TimeZone: '', TimeZone: '',
Organizer: '', Organizer: '',
Category: 'Reunião', Category: 'Meeting',
HasAttachments: false, HasAttachments: false,
EventRecurrence: { EventRecurrence: {
frequency: this.eventRecurence, until: "", frequency: this.eventRecurence, until: "",
@@ -299,7 +299,7 @@ export class NewEventPage implements OnInit {
AppointmentState: 0, AppointmentState: 0,
TimeZone: '', TimeZone: '',
Organizer: '', Organizer: '',
Category: 'Reunião', Category: 'Meeting',
HasAttachments: false, HasAttachments: false,
EventRecurrence: { frequency: this.eventRecurence, until: "", EventRecurrence: { frequency: this.eventRecurence, until: "",
Type: '' }, Type: '' },
@@ -1022,6 +1022,7 @@ export class NewEventPage implements OnInit {
window['temp.path:/home/agenda/new-event.component.ts'] = { window['temp.path:/home/agenda/new-event.component.ts'] = {
postEvent: this.postEvent, postEvent: this.postEvent,
eventBody: this.eventBody, eventBody: this.eventBody,
allDayCheck: this.allDayCheck,
segment: this.segment, segment: this.segment,
CalendarName: this.CalendarName, CalendarName: this.CalendarName,
documents: this.documents documents: this.documents
@@ -1039,6 +1040,7 @@ export class NewEventPage implements OnInit {
if (JSON.stringify(restoredData) != "{}" && undefined != restoredData) { if (JSON.stringify(restoredData) != "{}" && undefined != restoredData) {
this.postEvent = restoredData.postEvent this.postEvent = restoredData.postEvent
this.allDayCheck = restoredData.allDayCheck
this.eventBody = restoredData.eventBody this.eventBody = restoredData.eventBody
this.segment = restoredData.segment this.segment = restoredData.segment
this.CalendarName = restoredData.CalendarName this.CalendarName = restoredData.CalendarName