thegazelle-ad / gazelle-server

Server for front-end and editor tools of The Gazelle
MIT License
19 stars 8 forks source link

Issues dropdown only shows first 200 issues. #530

Closed dweggyness closed 2 years ago

dweggyness commented 2 years ago

Expected Behavior

Issues dropdown should show every issue that exists. Currently it is 212 issues, so it is expected to show all 212 issues.

Current Behavior

It only shows 200 issues.

Possible Solution

On IssueController component, the getFalcorPathSet only requests for issues from 1 to 200. Changing this to a higher number should fix it.

Steps to Reproduce (for bugs)

  1. First step
  2. Second step
  3. Third step
  4. Fourth step