Skip to content
Snippets Groups Projects
Commit 643298be authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Show current name of day in day views of scheduling

parent d28a6d89
No related branches found
No related tags found
1 merge request!63More improvements for scheduling
Pipeline #8853 passed
...@@ -94,12 +94,14 @@ ...@@ -94,12 +94,14 @@
buttonText: '{% trans "Day (Horizontal)" %}', buttonText: '{% trans "Day (Horizontal)" %}',
slotDuration: '00:15', slotDuration: '00:15',
scrollTime: '08:00', scrollTime: '08:00',
titleFormat: {weekday: 'long', day: 'numeric', month: 'numeric'},
}, },
resourceTimelineDayVert: { resourceTimelineDayVert: {
type: 'resourceTimeGridDay', type: 'resourceTimeGridDay',
buttonText: '{% trans "Day (Vertical)" %}', buttonText: '{% trans "Day (Vertical)" %}',
slotDuration: '00:30', slotDuration: '00:30',
scrollTime: '08:00', scrollTime: '08:00',
titleFormat: {weekday: 'long', day: 'numeric', month: 'numeric'},
}, },
resourceTimelineEventHoriz: { resourceTimelineEventHoriz: {
type: 'resourceTimeline', type: 'resourceTimeline',
......
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