Skip to content

v13.53.0

Compare
Choose a tag to compare
@frappe-pr-bot frappe-pr-bot released this 11 Apr 12:46
· 255 commits to version-13 since this release

13.53.0 (2023-04-11)

Bug Fixes

  • allow reset_otp_secret only if Two Factor Auth is enabled (backport #20506) (#20560) (e8025a4)
  • better permission error for query_report (#20643) (#20646) (d972af8)
  • change z-index of freeze component to make it appear above all components (1878b87), closes #20538
  • child row form should be above freeze screen (9201e84)
  • client script add to instead of replace (0c7ac16)
  • client_script default value (9ed7851)
  • german translation of workflow state (#20609) (#20615) (3769bdf)
  • grid row: fix prettier hook check (9309687)
  • grid row: fix update_docfield_property function not updating grid row (558f908)
  • ListView: Evaluate sort_field sort_order within listviews based on DocTypes Definition (#20482) (ba3cf84)
  • log requests even if no response (#20638) (#20639) (ae4f7dd)
  • no optional chaining in v13 (d08627b)
  • pretty-date: plural form when the value is 1 (#20619) (#20641) (4d6b776)
  • validate if doctype exists before syncing customisations (#20598) (#20644) (32ba65f)

Features