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

From ADF Docs
Jump to: navigation, search
(Bug Fixes)
Line 21: Line 21:
  
 
'''Components'''
 
'''Components'''
* calEventDateTimeDAO
+
* Updated the getDateTimeFieldStruct method in the calEventDateTimeDAO component by moving the 'allDay' back to the “intFieldNameList” due to issue reported when creating calendar event cache on some configurations
Updated the getDateTimeFieldStruct method in the by moving the 'allDay' back to the “intFieldNameList” due to issue reported when creating calendar event cache on some configurations
 
  
* calEventsDAO
+
* Update the getEventsUnion method in the calEventsDAO component to replace QofQ UNION ALL with queryConcat workaround due to QofQ issue with CF2021 Updater 2.
Update the getEventsUnion method to replace QofQ UNION ALL with queryConcat workaround due to QofQ issue with CF2021 Updater 2.
 
 
Switched back to the original QofQ code since Adobe released a patch for the ACF2021 Updater 2 QofQ issue.
 
Switched back to the original QofQ code since Adobe released a patch for the ACF2021 Updater 2 QofQ issue.
 
Added workaround code to a try/catch block to fall back to use queryConcat workaround code (and log the error) if the original QofQ fails.
 
Added workaround code to a try/catch block to fall back to use queryConcat workaround code (and log the error) if the original QofQ fails.

Revision as of 22:21, 9 February 2022

Back to PT Calendar

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

IMPORTANT: v4.7 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.7 Install Guide.

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

Note: PT Calendar v4.7 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.


Bug Fixes

General

  • Updated date format mask to all lowercase to fix issue with dateformat parsing for newer versions of ACF


Components

  • Updated the getDateTimeFieldStruct method in the calEventDateTimeDAO component by moving the 'allDay' back to the “intFieldNameList” due to issue reported when creating calendar event cache on some configurations
  • Update the getEventsUnion method in the calEventsDAO component to replace QofQ UNION ALL with queryConcat workaround due to QofQ issue with CF2021 Updater 2.

Switched back to the original QofQ code since Adobe released a patch for the ACF2021 Updater 2 QofQ issue. Added workaround code to a try/catch block to fall back to use queryConcat workaround code (and log the error) if the original QofQ fails.