mirror of
https://github.com/wekan/wekan.git
synced 2026-02-16 13:08:07 +01:00
Merge pull request #5105 from DimDz/master
Fix for CalendarView, Create Card without Refresh
This commit is contained in:
commit
b818f0e5cd
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ BlazeComponent.extendComponent({
|
||||||
calendarOptions() {
|
calendarOptions() {
|
||||||
return {
|
return {
|
||||||
id: 'calendar-view',
|
id: 'calendar-view',
|
||||||
defaultView: 'agendaDay',
|
defaultView: 'month',
|
||||||
editable: true,
|
editable: true,
|
||||||
selectable: true,
|
selectable: true,
|
||||||
timezone: 'local',
|
timezone: 'local',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue