Skip to content

Commit 9626ad7

Browse files
committed
refactor: restrict reposting to only supported doctypes
1 parent 785c72f commit 9626ad7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hrms/hooks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,3 +378,4 @@
378378
employee_holiday_list = ["hrms.utils.holiday_list.get_holiday_list_for_employee"]
379379
export_python_type_annotations = True
380380
require_type_annotated_api_methods = True
381+
repost_allowed_doctypes = ["Expense Claim"]

0 commit comments

Comments
 (0)