v14.31.0
版本发布时间: 2023-04-04 20:32:12
frappe/frappe最新发布版本:v15.40.6(2024-09-11 21:06:21)
14.31.0 (2023-04-04)
Bug Fixes
- allow
reset_otp_secret
only if Two Factor Auth is enabled (#20506) (#20561) (ca486c4) - allowed only POST and PUT methods in
rename_doc
(#20504) (#20565) (fd1f6fe) - bulk update using doc method, check perms (#20522) (2237968)
- cannot restore cancelled document if workflow is active (547efe3)
- Check if reference_name is set (2e9068b)
- content_type can be
None
during file upload (#20572) (#20574) (ebc6059) - date field shouldn't be formatted for TZ (#20486) (#20490) (07b7b46)
- don't hide tab with dashboard if there is a visible section/control (084e8af)
- Drop message_id index before migrating email queue (#20376) (#20578) (394c232)
- email linking and message_id indexing (#20356) (#20579) (5ae94ef)
- escape HTML instead of sanitizing (2269d6e)
- fix address query for postgres (f01566a), closes /github.com/frappe/frappe/pull/20537#ref-pullrequest-1645575433
- get workflow_state_fieldname instead of setting workflow_state to none (bac4e9b)
- Handle JsBarcode exceptions (#20532) (b1c3d8b)
- heatmap not reset on dashboard refresh (3c0659b)
- hide chart and heatmap on dashboard reset (cec7a73)
- Incorrect use of the Walrus operator (a70a5ca)
- nestedset rename (#20498) (#20499) (b831392)
- removed unnecessary usage of
[@frappe](https://github.com/frappe).whitelist
(#20503) (#20563) (0af8315) - rewrite query for postgres (#20557) (#20559) (d754be5)
- sending mails to unintended recipients as cc (1c47643)
- UI: align link cards & charts on workspace (82cfd33)
- unsubscribe from list_update before resubbing (#20450) (#20581) (7866605)
- use chart type passed to
render_graph
on form dashboards (015f7db)
Features
- Disable Sharing globally (backport #20318) (#20492) (67a537c)
- list-view click and drag on check box to select multiple rows (backport #20457) (#20568) (f757a37)
- make workflow state translatable (#20412) (8675789)
-
util:
get_table_name
: wrap in backticks (#20553) (#20556) (5c56dff)