fix: task showing limit in customer portal (#44003)
(cherry picked from commit 44832c3b5c)
Co-authored-by: Nihantra C. Patel <141945075+Nihantra-Patel@users.noreply.github.com>
This commit is contained in:
@@ -51,7 +51,7 @@ def get_tasks(project, start=0, search=None, item_status=None):
|
||||
"parent_task",
|
||||
],
|
||||
limit_start=start,
|
||||
limit_page_length=10,
|
||||
limit_page_length=100,
|
||||
)
|
||||
task_nest = []
|
||||
for task in tasks:
|
||||
|
||||
Reference in New Issue
Block a user