I tried modifying "..\client\modules\crm\src\views\calendar\calendar .js" because I want to do two things:
- Have the event entity title appear as "<user avatar> <military format time> <event entity name>" in the calendar
- I want the time to be in military time format without the am/pm
I butchered an example below:
The idea is that I want more space in the calendar. Displaying the user avatar and name on a second line is making the shared calendar very busy.
I was able to remove line 681 to disable the second line on the calendar but that's not really what I want.. I couldn't figure-it-out.
Thanks
- Have the event entity title appear as "<user avatar> <military format time> <event entity name>" in the calendar
- I want the time to be in military time format without the am/pm
I butchered an example below:
The idea is that I want more space in the calendar. Displaying the user avatar and name on a second line is making the shared calendar very busy.
I was able to remove line 681 to disable the second line on the calendar but that's not really what I want.. I couldn't figure-it-out.
Thanks
Comment