seitime-frappe/frappe/desk
Ankush Menat 82264e7986
fix: keep a large enough limit on group-by query (#28754)
Small change on top of https://github.com/frappe/frappe/pull/28740

Reason: Site with many many users might still have huge # of rows being
returned. E.g. FC.

This just makes UX slightly bad, but there's easy workaround for it.
Users can just apply this filter -> "Owner = Self", whether users know
it or not is a different question.
2024-12-12 05:11:46 +00:00
..
doctype revert: restore JSON files (#28717) 2024-12-09 08:41:56 +00:00
form refactor: fixup with ruff 0.8.1 2024-12-04 13:18:04 +05:30
page fix: store and use default currency from system settings 2024-11-04 16:08:27 +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 chore: remove dead code 2023-04-27 17:50:26 +05:30
desktop.py fix(desktop): manual fixup on top of ruff's changes 2024-12-04 13:23:52 +05:30
gantt.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
leaderboard.py fix: ruff fixes 2024-02-07 17:04:31 +05:30
like.py refactor: avoid deprecated method 2024-04-30 20:22:42 +05:30
link_preview.py style: re-format with ruff 2024-02-05 18:53:33 +05:30
listview.py fix: keep a large enough limit on group-by query (#28754) 2024-12-12 05:11:46 +00:00
notifications.py fix: update filters from dynamic link for dashboard open count 2024-06-28 11:45:56 +05:30
query_report.py refactor: fixup with ruff 0.8.1 2024-12-04 13:18:04 +05:30
reportview.py chore: fix for failing test 2024-12-09 07:22:33 +00:00
search.py chore: Avoid to re-check instance of filters (#27959) 2024-10-02 16:10:04 +05:30
treeview.py fix: new and add child button for empty tree doctype 2024-05-06 11:47:58 +05:30
utils.py feat(CSV export): allow custom decimal separator 2024-04-25 12:24:24 +02:00