mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
fix: remove max 5 file attachment limit in task (#24056)
Co-authored-by: alain <fogliasana@gmail.com>
This commit is contained in:
committed by
GitHub
parent
afbbdcb802
commit
dbb6721412
2
erpnext/projects/doctype/task/task.json
Normal file → Executable file
2
erpnext/projects/doctype/task/task.json
Normal file → Executable file
@@ -367,7 +367,7 @@
|
|||||||
"idx": 1,
|
"idx": 1,
|
||||||
"is_tree": 1,
|
"is_tree": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"max_attachments": 5,
|
"max_attachments": 0,
|
||||||
"modified": "2020-07-03 12:36:04.960457",
|
"modified": "2020-07-03 12:36:04.960457",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Projects",
|
"module": "Projects",
|
||||||
|
|||||||
Reference in New Issue
Block a user