v14.83.0
版本发布时间: 2024-10-22 21:15:31
frappe/frappe最新发布版本:v15.52.0(2025-01-14 20:30:57)
What's Changed
- We have fixed the translatability of OAuth confirmation details to ensure that the access confirmation prompt can be displayed in the user's selected language. https://github.com/frappe/frappe/pull/28148
- We have fixed an issue in the Sales Order so that orders with a "To Bill" status are no longer incorrectly displayed as "To Deliver," ensuring accurate display of order status. https://github.com/frappe/frappe/pull/28150
- We have fixed an issue where clearing a field using the clear link functionality did not properly reset related fields, ensuring all dependent fields are now correctly cleared when the primary field is cleared. https://github.com/frappe/frappe/pull/28167
- We have improved the Contact module to handle scenarios where the Contact Email table is used in other DocTypes or contains orphaned entries without a corresponding Contact, ensuring accurate retrieval of contact names. https://github.com/frappe/frappe/pull/28172
- We have fixed an issue where data from previously opened documents could appear in new documents if the Phone field was left empty in the affected DocType/Forms. https://github.com/frappe/frappe/pull/28178
- We've fixed an issue where clearing a link field did not correctly mark the form as modified, ensuring that any unsaved changes are highlighted when the field is cleared. https://github.com/frappe/frappe/pull/28192
- We have fixed an error in the Link form control to correctly handle suggestions, ensuring they are populated without issues. https://github.com/frappe/frappe/pull/28207
- We have fixed an issue in the Webhook DocType where error logging was failing due to unset variables when webhooks were unsuccessfully created. https://github.com/frappe/frappe/pull/24184
- We've fixed an issue to ensure document permissions are correctly processed by casting docname to a string, which addresses access discrepancies for non-string identifiers. https://github.com/frappe/frappe/pull/28228
- We’ve fixed an issue where sysdefault was incorrectly formatted as a string instead of a number, ensuring that numeric settings are now handled properly. https://github.com/frappe/frappe/pull/28226
- We have added the ability to enable or disable bulk edit for any DocType using the enable_edit setting in list view settings, allowing more control when managing records that have no workflow. https://github.com/frappe/frappe/pull/28236
- The backup restore failure message has been updated to clearly instruct users to verify the validity of their backup file and review the error messages for precise troubleshooting. https://github.com/frappe/frappe/pull/28238
Full Changelog: https://github.com/frappe/frappe/compare/v14.82.2...v14.83.0