Skip to content

Commit

Permalink
fix: task showing limit in customer portal (backport #44003) (#44004)
Browse files Browse the repository at this point in the history
fix: task showing limit in customer portal (#44003)

(cherry picked from commit 44832c3)

Co-authored-by: Nihantra C. Patel <141945075+Nihantra-Patel@users.noreply.github.com>
  • Loading branch information
mergify[bot] and Nihantra-Patel authored Nov 7, 2024
1 parent 478b49c commit bc9f0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/templates/pages/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bc9f0f8

Please sign in to comment.