Difference between revisions of "PT Calendar Version 4.6 Release Notes"

From ADF Docs
Jump to: navigation, search
(Bug Fixes)
(Bug Fixes)
Line 20: Line 20:
 
* Resolved an issue with the Organization and Category selection lists on the Calendar Admin Advanced Filter form where the Category list would not repopulate when switching back to the "All" Organizations option.
 
* Resolved an issue with the Organization and Category selection lists on the Calendar Admin Advanced Filter form where the Category list would not repopulate when switching back to the "All" Organizations option.
 
* Optimized the dynamic data typing when creating the CalendarEventsCache data table from the Custom Element field definitions to allow more custom fields to be added to the Calendar Event Details element before hitting the MySQL max table column size limit.
 
* Optimized the dynamic data typing when creating the CalendarEventsCache data table from the Custom Element field definitions to allow more custom fields to be added to the Calendar Event Details element before hitting the MySQL max table column size limit.
 +
* Resolved an CSRF Token issue

Revision as of 14:05, 17 May 2021

Back to PT Calendar

We are proud to release v4.6 of the PT Calendar App to the Community.

IMPORTANT: v4.6 of this application requires ADF 2.5 or greater and CommonSpot 10.5.2 or 10.6.1 or greater. 

If installing the PT Calendar app for the first time, please follow the PT Calendar v4.6 Install Guide.

If upgrading from version 4.5 or later, please complete the v3.0 - v4.5 Upgrade Guides in order.

Note: PT Calendar v4.6 does not have a direct upgrade path from the v2.x or earlier Calendar App. Please see the PT Calendar v3.0 Upgrade Guide for more information.

Enhancements

  • New parameters were added to the event management filtering custom script:
    • "CategoryName" or "CategoryID" parameters can be used to set the default event category on the calendar administration pages (List and Grid).
    • "OrganizationName" or "OrganizationID" parameters can be used to set the default calendar organization on the list and grid calendar administration pages.
    • The "showAdvancedFilters" parameter when set to "false" can be used force the "Advanced filters" to be hidden from calendar event managers.

Bug Fixes

  • Resolved an issue with the Organization and Category selection lists on the Calendar Admin Advanced Filter form where the Category list would not repopulate when switching back to the "All" Organizations option.
  • Optimized the dynamic data typing when creating the CalendarEventsCache data table from the Custom Element field definitions to allow more custom fields to be added to the Calendar Event Details element before hitting the MySQL max table column size limit.
  • Resolved an CSRF Token issue