Summit-Events-App
Summit-Events-App copied to clipboard
Instance Short Description on Calednar
When reviewing the calendar in Summit Events, the Instance Short Description isn't appear on the hover over. It was my understanding that the Instance Short Description is utilized for the calendar so there is some detail in addition to the Instance Title.
@tcdahlberg Please review this and let me know if this would be easy to add the Instance Short description AFTER the longDesc on the calendar hover over.
So logic like the following:
IF(longDesc != null, show longDesc && IF(instanceDesc != null, ": " && instanceDesc, ""), "")
Included in beta release 0.28.0.1
Included in production release 0.28.0.2