v15.51.2
版本发布时间: 2025-01-08 14:23:07
frappe/frappe最新发布版本:v15.52.0(2025-01-14 20:30:57)
What's Changed
- Password fields are now excluded when duplicating documents to prevent copying masked values. Additionally, the API Key field in User is now set to not be copied when duplicating a User. https://github.com/frappe/frappe/pull/28983
- Made the "Wrapping up" and "Failed to complete setup" messages in the setup wizard translatable. https://github.com/frappe/frappe/pull/29014
- Fixed an issue where certain prompts and labels in the Permission Manager were not translated. https://github.com/frappe/frappe/pull/29015
- Made the "Set" button in Dashboard Chart dialogs translatable. https://github.com/frappe/frappe/pull/29016
- Made the "Energy Points" labels on the "User Profile" page translatable. https://github.com/frappe/frappe/pull/29018
- Corrected the error message for insufficient permissions to ensure the mentioned DocType is translated appropriately. https://github.com/frappe/frappe/pull/29019
- Made button labels and step content in Form Tours translatable. https://github.com/frappe/frappe/pull/29020
- Made labels and placeholders in the Chart Widget translatable. https://github.com/frappe/frappe/pull/29025
- Made labels in Realtime Chart translatable. https://github.com/frappe/frappe/pull/29021
- Reduced the number of clicks required to change the value of a Link field from 4 to 2. https://github.com/frappe/frappe/pull/29043
- Fixed the header alignment in the Table Column Selector dialog. https://github.com/frappe/frappe/pull/29044
- Made labels in the Shortcut widget translatable. https://github.com/frappe/frappe/pull/29028
- Corrected the Breadcrumbs to properly translate page titles. https://github.com/frappe/frappe/pull/29027
- Fixed an issue where DocType names in the "Multi Select" dialog were incorrectly pluralized. https://github.com/frappe/frappe/pull/29051
- Made timespan labels in the Chart translatable. https://github.com/frappe/frappe/pull/29052
- Made placeholders and descriptions in Form Builder components translatable. https://github.com/frappe/frappe/pull/29053
- Added rate limit keys (
rl:*
) to the list of cache keys to prevent them from being evicted. https://github.com/frappe/frappe/pull/29056
Full Changelog: https://github.com/frappe/frappe/compare/v15.51.1...v15.51.2