v15.49.0
版本发布时间: 2024-12-03 18:46:09
frappe/frappe最新发布版本:v15.52.0(2025-01-14 20:30:57)
What's Changed
- A "Clear All" button has been added to the MultiSelect field dropdown, allowing users to clear all selected items at once. https://github.com/frappe/frappe/pull/28580
- Disabled the ability to rename Country records. https://github.com/frappe/frappe/pull/28609
- Fixed an issue where Datetime fields were not fetched correctly from linked doctypes using Fetch From; they now fetch as expected. https://github.com/frappe/frappe/pull/28614
- Updated the rename function to check for write permissions on both the source and target documents during a merge. https://github.com/frappe/frappe/pull/28616
- Added or updated translations for several languages, including Persian, Chinese Simplified, Swedish, Arabic, Turkish, and Spanish. https://github.com/frappe/frappe/pull/28531
- Added validation to ensure that documents specified in the Amended From field are cancelled before being amended. https://github.com/frappe/frappe/pull/28625
- Added basic support for read_only_depends_on in Report View, allowing fields to be conditionally read-only based on dependencies. https://github.com/frappe/frappe/pull/28592
- An API endpoint has been added to retrieve translation messages for portal applications. https://github.com/frappe/frappe/pull/28640
- Fixed an issue where workflows did not support the Queue in Background option when submitting documents, now allowing asynchronous processing during workflow transitions. https://github.com/frappe/frappe/pull/28646
Full Changelog: https://github.com/frappe/frappe/compare/v15.48.1...v15.49.0