Summit-Events-App icon indicating copy to clipboard operation
Summit-Events-App copied to clipboard

Instance Short Description on Calednar

Open rdblake21 opened this issue 3 years ago • 1 comments

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.

rdblake21 avatar Dec 10 '21 19:12 rdblake21

@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, ""), "")

rdblake21 avatar May 10 '22 03:05 rdblake21

Included in beta release 0.28.0.1

tcdahlberg avatar Feb 16 '23 00:02 tcdahlberg

Included in production release 0.28.0.2

tcdahlberg avatar Feb 17 '23 18:02 tcdahlberg