Announcement
Collapse
No announcement yet.
Calendar - task display issue
Collapse
X
-
-
Hi Tanya
thanks for your answer.
That's a little bit confusing for end-users i guess :-(
Is there an easy way to disable that kind of "display" and see the tasks like meetings/call directly inside the calendar and not on the top of the day ?
Comment
-
Finally, after digging into the code,
EspoCRM – Open Source CRM Application. Contribute to espocrm/espocrm development by creating an account on GitHub.
PHP Code:this.allDayScopeList = this.getMetadata().get('clientDefs.Calendar.allDayScopeList') || this.allDayScopeList;
PHP Code:% cat custom/Espo/Custom/Resources/metadata/clientDefs/Calendar.json
{
"allDayScopeList": []
}
Let me know if i had misunderstood something
- Likes 1
Comment
-
Originally posted by wtconseil View PostFinally, after digging into the code,
EspoCRM – Open Source CRM Application. Contribute to espocrm/espocrm development by creating an account on GitHub.
PHP Code:this.allDayScopeList = this.getMetadata().get('clientDefs.Calendar.allDayScopeList') || this.allDayScopeList;
PHP Code:% cat custom/Espo/Custom/Resources/metadata/clientDefs/Calendar.json
{
"allDayScopeList": []
}
Let me know if i had misunderstood something
Can you elaborate on how you applied this and where?
Im running into the same issue
Thanks!
Aron
Comment
Comment