v14.36.1
版本发布时间: 2023-05-16 21:53:24
frappe/frappe最新发布版本:v15.40.6(2024-09-11 21:06:21)
14.36.1 (2023-05-16)
Bug Fixes
- avoid internal arrays in get_all_docs (backport #20950) (#20959) (44ea1a3)
- call make_columns before update_order (backport #20710) (#20964) (fb01789)
- Check permission_type in get_permitted_fieldnames [v14] (#20905) (707e485)
- colwidth should be acceptable (58d0018)
- do not consider time while formating date range value (76f1b2c)
- don't use default filters for auto-email report (#20876) (1c97472)
- email: get unsub email: use
cstr
instead ofencode
(#20985) (f44bcf6) - filters while exporting or creating new auto email reports for custom reports (backport #20960) (#21021) (4de6990)
- limit RQ job refresh to list view only (00215d7)
- maintain frappe.router.current_router (7c98b14)
- naming part should be empty if field is empty (#20978) (#20982) (58a5a0f)
- process filters for prepared_report while making and getting prepared report missed in (#19565) (#20981) (b857eab)
- Remove unnecessary request from boot (e9dab33)
- remove unwanted imports (6b350dd)
- report print view not working (#21002) (#21004) (4028b5c)
- Request on "/login" instead of "/" (337b149)
- Resolve conflicts (11dfadc)
- unable to access url file from the timeline section (#20836) (573c6ad)
- use sentinel value for checking existence of key in doc while parsing naming series (#20994) (#20995) (785e52b)
- UX: Show alert instead msgprint (#21016) (#21017) (91f957b)
- UX: sort modules on user doctype (#20998) (#20999) (89c00d2)
- validate email on setup wizard (backport #20979) (#20987) (3bcf450), closes #19601