Hello,
In addition to the name of the entry, i want to show the status ( or any other data ) in the calendar entry. ( examples in attachment )
I'v tried to edit calendar.js
and and calendar.tpl (client/modules/crm/res/templates/calendar)
It didn't work, and there's no error in the debugger.
Thank's in advance , have a nice day
In addition to the name of the entry, i want to show the status ( or any other data ) in the calendar entry. ( examples in attachment )
I'v tried to edit calendar.js
Code:
status: this.getMeeting().get('status'),
Code:
{{status}}
Thank's in advance , have a nice day
Comment