Skip to content

[Fix task list pagination limit and search refresh errors] - #293

Open
parvathyabnair wants to merge 1 commit into
CITOpenRep:release/v1.3.2from
parvathyabnair:task-list-search
Open

[Fix task list pagination limit and search refresh errors]#293
parvathyabnair wants to merge 1 commit into
CITOpenRep:release/v1.3.2from
parvathyabnair:task-list-search

Conversation

@parvathyabnair

Copy link
Copy Markdown
Contributor

Search Filter: Updated the incorrect method call from tasklist.searchTasks() to the correct tasklist.applySearch()
Manual scrolling was breaking after 900 tasks: Updated the iteration limit (maxIterations = 10)

Type

  • Feature
  • Bug Fix
  • Refactor
  • Documentation
  • Performance
  • Testing

Motivation

Changes

  1. Updated the incorrect method call from tasklist.searchTasks() to the correct tasklist.applySearch()
  2. Updated the iteration limit (maxIterations = 50)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tasks are missing from the main List View and Search but visible inside the Project form

2 participants