Skip to content
Snippets Groups Projects
Commit e0fadc9f authored by Conrado @ VGS's avatar Conrado @ VGS
Browse files

axisFormat has been removed in v3 of fullcalendar. Please use slotLabelFormat...

axisFormat has been removed in v3 of fullcalendar. Please use slotLabelFormat instead. See this: https://fullcalendar.io/docs/agenda/axisFormat/
parent 6d531a35
No related branches found
No related tags found
1 merge request!226Fix #566 calendar issues
......@@ -1579,7 +1579,7 @@ Vtiger.Class("Calendar_Calendar_Js", {
editable: true,
eventLimit: true,
defaultView: userDefaultActivityView,
axisFormat: userDefaultTimeFormat,
slotLabelFormat: userDefaultTimeFormat,
timeFormat: userDefaultTimeFormat,
events: [],
monthNames: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment