seitime-frappe/frappe/desk
Aarol D'Souza 08793c57f7
fix: force type check in whitelisted methods 2 (#37086)
* fix(diff): add type hints to whitelisted methods

* fix(global_search): add type hints to whitelisted methods

* fix(custom_html_block): add type hints to whitelisted methods

* fix(deleted_document): add type hints to whitelisted methods

* fix(log_settings): add type hints to whitelisted methods

* fix(role): add type hints to whitelisted methods

* fix(user_type): add type hints to whitelisted methods

* fix(rq_job): add type hints to whitelisted methods

* fix(link_preview): add type hints to whitelisted methods

* fix(email_account): add type hints to whitelisted methods

* fix(web_form): add type hints to whitelisted methods

* fix(web_page_view): add type hints to whitelisted methods

* fix(csvutils): add type hints to whitelisted methods

* fix(file_manager): add type hints to whitelisted methods

* fix(email_body): add type hints to whitelisted methods

* fix(email_queue): add type hints to whitelisted methods

* fix(email_template): add type hints to whitelisted methods

* fix(notification): add type hints to whitelisted methods

* fix(email_group): add type hints to whitelisted methods

* fix(inbox): add type hints to whitelisted methods

* fix(recorder): add type hints to whitelisted methods

* fix(sms_settings): add type hints to whitelisted methods

* fix: tighten type hints

* fix(data_import): add type hints to whitelisted methods

* fix(user_permission): add type hints to whitelisted methods

* fix(gantt): add type hints to whitelisted methods

* fix(like): add type hints to whitelisted methods

* fix(search): add type hints to whitelisted methods

* fix(onboarding_step): add type hints to whitelisted methods

* fix(system_console): add type hints to whitelisted methods

* fix(workspace_sidebar): add type hints to whitelisted methods

* fix(todo): add type hints to whitelisted methods

* fix: correct type hints

* fix(print_format): add type hints to whitelisted methods

* fix(client): add type hints to whitelisted methods
2026-02-19 14:58:16 +05:30
..
dashboard_chart fix: cleanup workspace for website 2026-01-11 23:43:11 +05:30
doctype fix: force type check in whitelisted methods 2 (#37086) 2026-02-19 14:58:16 +05:30
form fix: force type check in whitelisted methods (#37044) 2026-02-17 15:16:30 +00:00
number_card fix: cleanup workspace for website 2026-01-11 23:43:11 +05:30
page refactor: better function name 2026-02-18 22:38:02 +05:30
report chore: more renames to /desk 2025-12-18 20:45:04 +05:30
__init__.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
calendar.py fix(calendar): adjust for qb changes (#35238) 2025-12-16 12:08:02 +05:30
desk_page.py fix: update whitelisted methods 2025-02-19 16:32:09 +05:30
desktop.py fix(workspace): show role-restricted non-public workspaces in sidebar (#36829) 2026-02-08 12:41:38 +05:30
gantt.py fix: force type check in whitelisted methods 2 (#37086) 2026-02-19 14:58:16 +05:30
like.py fix: force type check in whitelisted methods 2 (#37086) 2026-02-19 14:58:16 +05:30
link_preview.py fix: force type check in whitelisted methods 2 (#37086) 2026-02-19 14:58:16 +05:30
listview.py chore: deprecate validate_filters 2025-12-30 13:02:49 +05:30
notifications.py refactor: make use of check_permission parameter for get_lazy_doc 2025-12-10 16:52:26 +05:30
query_report.py Merge pull request #36754 from Abdeali099/add-total-row-if-filterd 2026-02-17 15:11:31 +05:30
reportview.py fix: change delete message to something more specific 2026-02-09 10:29:02 +05:30
search.py fix: force type check in whitelisted methods 2 (#37086) 2026-02-19 14:58:16 +05:30
treeview.py fix: custom parent field in tree (#35860) 2026-01-29 14:10:59 +05:30
utils.py fix: use .format() instead of f string 2025-09-16 12:01:15 +05:30