Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor: GraphQL request for calendars omits records if count is greater than 50 #631

Closed
landonreed opened this issue Dec 2, 2020 · 0 comments · Fixed by #632
Closed
Labels

Comments

@landonreed
Copy link
Contributor

Observed behavior (please include a screenshot if possible)

When loading a GTFS feed with lots of calendars (> 50) into the editor, viewing the list of calendars in the editor will omit calendars from the list.

Expected behavior

Full list of calendars should be visible. The datatools-ui GraphQL query should request a list without limit (limit: -1).

Steps to reproduce the problem

  1. Import Dutchess_GTFS.zip into Data Tools and open in Editor.
  2. View calendars and observe that calendar with service_id 38 is not in list (a number of others are missing too).

Any special notes on configuration used

N/A

Version of datatools-ui and datatools-server if applicable (exact commit hash or branch name)

latest dev

@landonreed landonreed added the bug label Dec 2, 2020
@landonreed landonreed changed the title Editor: GraphQL request for calendars omits calendars if count is greater than 50 Editor: GraphQL request for calendars omits records if count is greater than 50 Dec 2, 2020
landonreed added a commit that referenced this issue Dec 2, 2020
adds agency, calendars, fares to list of tables for which limit is omitted

fix #631
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant