Yetiforcecrm: Calendar resets to 5 day week.

Created on 28 Aug 2019  ยท  2Comments  ยท  Source: YetiForceCompany/YetiForceCRM

I need weekends visible, but each time I open the calendar module it is reset to the m-f view. ALL is highlighted, but I must select Filter>workdays> then change to all again. This happens each time I open the calendar.

I've got other questions but trying to sort them myself. This one has me stumped.

I'm working with a new install of 5.1 (softaculous)

Thanks.

Update: I checked the "update calendar when rescheduled" (or something to that effect) in the calendar config setting and my tasks started disappearing. Unchecked and they're all back. I don't expect this is the intended behavior.

โ” question

Most helpful comment

@ohandy1

in config/modules/calendar change

public static $HIDDEN_DAYS_IN_CALENDAR_VIEW = [0, 6];
to
public static $HIDDEN_DAYS_IN_CALENDAR_VIEW = [];

All 2 comments

@ohandy1

in config/modules/calendar change

public static $HIDDEN_DAYS_IN_CALENDAR_VIEW = [0, 6];
to
public static $HIDDEN_DAYS_IN_CALENDAR_VIEW = [];

ยกThanks for the information!

Was this page helpful?
0 / 5 - 0 ratings