What's Changed
- Corrected the update mechanism to skip update checks if the detected version includes
develop
. #28451 - Fixed an issue where clicking "Get PDF" in the HTML print view did not generate a PDF with the selected print format and letterhead. #28454
- Fixed the tooltip value formatting in custom Dashboard Charts to display values according to their field types. #28474
- Added the
uploaded_file_url
to the system context so that custom methods can access it after attaching a file via URL. #28492 - Fixed an issue where the
summary
HTML element was being escaped in Comment; it now renders correctly. #28476 - Fixed an error that caused background jobs to fail due to a missing import. #28510
- Updated the user query function use
get_list()
instead of raw SQL. #28511
Full Changelog: v14.85.1...v14.85.2