seitime-frappe/frappe/desk
Kevin Chan e34d0f1751 fix: Decode content before calling json.loads()
This commit fixes an issue that happens when trying to open
**Prepared Reports**. The issue happens because the content isn't
decoded in a format readable by the `json.loads()` function. This was
fixed by decoding the content to *utf-8*.
2020-09-30 16:28:59 +08:00
..
doctype fix: change owner value in doctype jsons to Administrator 2020-09-18 18:05:40 +05:30
form Merge pull request #11525 from Mangesh-Khairnar/fix-document-follow 2020-09-21 13:28:05 +05:30
page Merge pull request #10589 from prssanna/leaderboard-date-range 2020-07-03 06:17:16 +00:00
report [minor] move todo report to correct module, desk 2017-06-22 18:21:48 +05:30
__init__.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
calendar.py Postgres support for Frappe (#5919) 2018-09-21 10:20:48 +05:30
desk_page.py Change raise syntax to python 3 compatible style (#3497) 2017-06-19 09:07:19 +05:30
desktop.py fix: boot if module is not present in desk 2020-09-09 23:42:46 +05:30
gantt.py [gantt] fix multiple task updates (#2655) 2017-02-02 11:00:39 +05:30
leaderboard.py feat: date range in leaderboard 2020-06-04 18:49:01 +05:30
like.py revert: module links back to original size 2019-06-12 12:20:52 +05:30
link_preview.py fix: skip table fields in link preview 2020-08-28 11:31:51 +05:30
listview.py fix: fetch todos with status not equal to cancelled in assigned to sidebar filter (#10714) 2020-06-17 09:40:19 +00:00
moduleview.py fix: recheck zero count 2020-02-21 15:10:08 +05:30
notifications.py Fix bug dict has no attribute of fieldname 2020-06-06 09:42:17 +08:00
query_report.py fix: Decode content before calling json.loads() 2020-09-30 16:28:59 +08:00
report_dump.py DataTable in GridReport (#5234) 2018-03-21 12:36:55 +05:30
reportview.py Merge branch 'develop' into fix-duration-control-import-export 2020-09-23 09:39:32 +05:30
search.py feat: Add validate_and_sanitize_search_inputs decorator (#11194) 2020-08-05 19:41:41 +05:30
treeview.py feat(treeview): Display multiple roots automatically in tree view (#10967) 2020-09-07 10:24:30 +05:30