Issues
- CFProvider ACF versions are Hard-CodedCOLDBOX-1219Resolved issue: COLDBOX-1219Luis Majano
- Error when trying to use renderData() to generate PDFCOLDBOX-1218Resolved issue: COLDBOX-1218Luis Majano
- Decorated Controllers do not extend the currently configured ControllerCOLDBOX-1198Luis Majano
- Attempts to use `getHTMLBaseURL()` inside of Async Task Fail on ACFCOLDBOX-1191Resolved issue: COLDBOX-1191Luis Majano
- ElixirPath() Returns Broken Link When Asset Exists in SubmoduleCOLDBOX-1183Resolved issue: COLDBOX-1183Luis Majano
- HTMLHelper: ElixirPath() May Return Double Slashes (//) at Beginning of URLCOLDBOX-1182Resolved issue: COLDBOX-1182Luis Majano
- HTMLHelper: ElixirPath Method Missing `currentModule` ArgumentCOLDBOX-1181Resolved issue: COLDBOX-1181Luis Majano
- Error casting struct to string when running Lucee error templateCOLDBOX-1144Resolved issue: COLDBOX-1144Luis Majano
8 of 8
CFProvider ACF versions are Hard-Coded
Fixed
Description
Created April 28, 2023 at 3:10 PM
Updated May 1, 2023 at 6:00 PM
Resolved May 1, 2023 at 6:00 PM
Activity
Show:
Both the
getQuiet
andclearQuiet
methods insystem/cache/providers/CFProvider.cfc
have hard-coded ACF versions.Support for 2023 should be added. Since we no longer support anything less than 2018, in Coldbox 7 a simple check for the Adobe engine will suffice.