Hello - It doesn't seem to be obvious how to change the default calendar view for a user or globally. Is it possible to change it to month view by default?
Announcement
Collapse
No announcement yet.
Change Default Calendar View To Month?
Collapse
X
-
this will need development to be set from config / preferences.
Anyway you can make a small change to the view class here:
https://github.com/espocrm/espocrm/blob/master/client/modules/crm/src/views/calendar/calendar.js#L53EspoCRM – Open Source CRM Application. Contribute to espocrm/espocrm development by creating an account on GitHub.
defaultMode: 'month',
This change is safe but can be erased by upgrades, then you will need to redo it manually again
- Likes 1
Comment