v14.71.0
版本发布时间: 2024-04-09 23:05:20
frappe/frappe最新发布版本:v15.40.6(2024-09-11 21:06:21)
14.71.0 (2024-04-09)
Bug Fixes
- add params in make_request arguments (e16ebb7)
- auto add modified index when sort_field is set to it (backport #25686) (#25785) (0d57f1e)
- bigint validation (backport #25733) (#25821) (b2608b3)
- check if user exists in browse command (a8c09d3)
- cint -> avoid precision loss if already integer (#25735) (#25736) (176cbd3)
- copy paste from Excel (issue #24371) (30da5c5)
- copy paste from Excel (issue #24371) (8d3d2e9)
- don't show bulk actions for doctype with workflow (6703592)
- dont allow querying files to website users (backport #25094) (#25700) (da5953c)
- Get filter value based on depends_on field (#25861) (#25863) (31b4453)
- grid: don't crash if row doesn't exist (db85d3c)
-
grid: ensure that
doc.name
is truthy before proceeding (#25800) (#25828) (71edfab) - Handle empty value of datetime control (291ab66)
-
layout: handle
fieldobj
being null (4c11499) -
link: get_input_value returns
""
(#25878) (#25882) (1e70ac8) - make_request - prevents an error during response parsing if the response body is empty. (#24613) (d5c86a7)
- max-width of email attachment filename (d678571)
- only try JSON if content-type says so (#24936) (e3c5ec4)
- respect custom filters on report export (#25886) (f32b5d8)
- type error in workflow (#25847) (#25848) (835e43f)
Features
- add upstream json argument to integrations make_request (#22462) (46a396e)
- Include
before_print
in doctype event of Server Script (backport #25858) (a36c68c)