|
|
|
Well I've found a couple of bugs in the events module over the last week.
Tooltip End Date
Tooltips in list view were ending up with the wrong end date. This was due to a previous change I did, where I took the duration of the event and turned it into days (divided by 1440). This was as an option for display in List View. Unfortunately in the code I was overwriting the value of duration that was being added to the Start Date to give the End Date, so instead of adding 1440 minutes, I was adding 1!! I've corrected the buggy code...
Gemini entry here - EVT-7948
ISearchable HTML Tags
The description being passed to ISearchable has been shortened to 255 characters. Unfortunately is still includes HTML tags, which can look a mess when presented through Search or What's New, or some other module. So I've changed this to remove them.
Gemini entry here - EVT-7968
Previous Page | Next Page