mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Form ajust to correct way
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user