mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
fix: task showing limit in customer portal (#44003)
This commit is contained in:
committed by
GitHub
parent
e14a8f7752
commit
44832c3b5c
@@ -51,7 +51,7 @@ def get_tasks(project, start=0, search=None, item_status=None):
|
|||||||
"parent_task",
|
"parent_task",
|
||||||
],
|
],
|
||||||
limit_start=start,
|
limit_start=start,
|
||||||
limit_page_length=10,
|
limit_page_length=100,
|
||||||
)
|
)
|
||||||
task_nest = []
|
task_nest = []
|
||||||
for task in tasks:
|
for task in tasks:
|
||||||
|
|||||||
Reference in New Issue
Block a user