If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Announcement
Collapse
No announcement yet.
How do I change the label for 'Working Time Calendars?
Hi,
You can customize the list views in Layout manager.
Your questions are all explained in the documentation and you would have to write a lot of forum posts, asking every small issue (which in fact not are issues). Not for bad, but helping.
You need to enable customisation to the entity, you need to create a new file under this path custom\Espo\Custom\Resources\metadata\scopes\Worki ngTimeCalendar.json and paste in the code below:
PHP Code:
{ "layouts": true, "customizable": true }
Once done, then go to the administration > rebuild and clear cache and refresh the page, now if you go to administration > Entity Manager > you can find the workingtimecalendar and you can modify it as you wish. Please be careful as this is a important entity for managing calendar times.
Comment