seitime-frappe/frappe/desk/form
Aarol D'Souza 9eef4f6dae
fix: force type check in whitelisted methods (#37044)
* fix(contact): force type check in contact whitelisted methods

* fix(google_indexing): force type check in google_indexing whitelisted methods

* fix(assignment_rule): add type checks to assignment_rule whitelisted methods

* refactor: remove unused args

* fix(queue): add type hints to whitelisted methods in queue.py

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

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

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

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

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

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

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

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

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

* fix(personal_data_deletion_request): add type hints to whitelisted functions

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

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

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

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

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

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

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

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

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

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

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

* fix: add the missing type hints and misc. corrections

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

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

* fix: correct the type hints

* fix: int PK types

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
Co-authored-by: Ankush Menat <ankush@frappe.io>
2026-02-17 15:16:30 +00:00
..
__init__.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
assign_to.py fix: Don't set_status to 'Closed' when status is already "Closed" (#35621) 2026-01-05 13:08:30 +00:00
document_follow.py fix: force type check in whitelisted methods (#37044) 2026-02-17 15:16:30 +00:00
linked_with.py fix(postgres): misc query building fixes + CI (#34831) 2025-12-05 10:30:49 +05:30
load.py refactor: use wildcard to avoid duplicating some queries 2026-01-08 18:56:05 +05:30
meta.py refactor: fetch mask field from cache instead of meta 2025-09-21 19:09:32 +05:30
save.py fix: restrict method types in few whitelisted funcs (#32984) 2025-06-18 11:02:57 +05:30
test_form.py refactor: unit vs integration treewide (#27992) 2024-10-06 09:43:36 +00:00
utils.py fix: navigation api for explicit sorting (#37080) 2026-02-17 13:28:55 +05:30