Hi,
L10n.load({
'fr-CH': {
'schedule': {
'day': 'journée',
'week': 'La semaine',
'workWeek': 'Semaine de travail',
'month': 'Mois',
'today': 'Aujourd`hui',
'editEvent': 'Update Reservation france'
}
}
});
Next I set schedule props: locale: 'fr-CH'. After reloading page I could not open quick popup modal to create new reservation. have below error:
fs.js:3 TypeError: Cannot convert undefined or null to object
at Function.keys ()
at DateTimePicker.CalendarBase.getCultureValues (calendar.js?2f9d:275)
at DateTimePicker.CalendarBase.createContentHeader (calendar.js?2f9d:308)
at DateTimePicker.CalendarBase.createContent (calendar.js?2f9d:259)
at DateTimePicker.Calendar.createContent (calendar.js?2f9d:1997)
at DateTimePicker.CalendarBase.render (calendar.js?2f9d:155)
at DateTimePicker.Calendar.render (calendar.js?2f9d:1905)
at DateTimePicker.DatePicker.disabledDates (datepicker.js?0a06:1360)
at DateTimePicker.DatePicker.updateInput (datepicker.js?0a06:196)
at DateTimePicker.DatePicker.initialize (datepicker.js?0a06:142)
Uncaught TypeError: Cannot read property 'quickPopupHide' of undefined
at Agenda.agendaScrolling (agenda.js?e00a:210)
Why this error comes from DateTimePicker? I'm guessing that is related with DateTimePicker controls on 'More Info' pop up. ? , but I not sure.
I attached screen shot with all stack error.
Regards
Rafal
Attachment:
Screenshot_20200422_at_11.27.25_1f940bb.zip