seitime-frappe/frappe/desk
Ankush Menat bf58e7be1f
fix: onboarding - write in read only request (#34537)
* fix: remove read_only decorator from get_desktop_page
get_desktop_page leads to a call to check_completions which calls save and thus with the read_only decorator calls save on the read replica

* fix: Avoid changes to DB in read only request

* Revert "fix: remove read_only decorator from get_desktop_page"

This reverts commit 93db873bb707c6b58c7e6e68499df173aaa66d49.

---------

Co-authored-by: Apile Tyumre <apiletyumre@iridescentsun.com>
2025-10-30 06:02:36 +00:00
..
doctype fix: onboarding - write in read only request (#34537) 2025-10-30 06:02:36 +00:00
form Merge branch 'develop' into computed_child_table 2025-10-14 12:53:32 +05:30
page fix: Backups not showing on Download Backups page due to time conversion issue (#34329) 2025-10-09 18:27:35 +05:30
report refactor: fixup with ruff 0.8.1 2024-12-04 13:18:04 +05:30
__init__.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
calendar.py refactor: fixup with ruff 0.8.1 2024-12-04 13:18:04 +05:30
desk_page.py fix: update whitelisted methods 2025-02-19 16:32:09 +05:30
desktop.py fix: Cache thrashing in workspace code (#31446) (#31448) 2025-02-27 08:11:53 +00:00
gantt.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
like.py perf: Use lazy doc in a lot more places 2025-06-11 09:55:45 +05:30
link_preview.py fix: undefined error when link title is off 2025-09-02 17:57:26 +05:30
listview.py refactor(treewide): ruff format 2025-09-26 13:16:43 +05:30
notifications.py perf: Limit get_open_count to 1s for each count query (#32920) 2025-06-12 21:17:58 +05:30
query_report.py Merge branch 'develop' into 32489-role-perm-based-masking 2025-09-19 09:32:01 +00:00
reportview.py Merge branch 'develop' into 32489-role-perm-based-masking 2025-09-30 09:00:48 +00:00
search.py feat: Included disable on filter link field 2025-09-22 10:14:44 +07:00
treeview.py refactor(treewide): ruff format 2025-09-26 13:16:43 +05:30
utils.py fix: use .format() instead of f string 2025-09-16 12:01:15 +05:30