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

"No service" calendar exception does not create required entries in calendar_dates #1011

Open
brodyFlannigan opened this issue Apr 16, 2024 · 1 comment

Comments

@brodyFlannigan
Copy link

Observed behavior (please include a screenshot if possible)

When a calendar exception is created and "No service" is selected in the "Run the following schedules" drop-down menu, no records are created in calendar_dates.txt in the GTFS export to remove all calendars that need to be removed.

Expected behavior

In the GTFS export, calendar_dates.txt should contain the correct records removing all services for the dates specified in the exception.

Steps to reproduce the problem

  1. Run datatools via Docker
  2. Create a new GTFS feed with the editor
  3. Create a calendar
  4. Create an exception with type "No service"
  5. Create a trip using the calendar created in step 3.
  6. Take a snapshot and export it.
  7. Calendar_dates will either be missing alltogether if the exception created in step 4 is the only one, or will be present but will not contain the exception created in step 4.

Any special notes on configuration used

Running via Docker with authentication disabled.

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

Server 8889e0
UI 1efb3f0

@miles-grant-ibigroup
Copy link
Contributor

miles-grant-ibigroup commented May 22, 2024

Thanks for opening this issue! Sorry about the delayed reply. We're looking into this. We've had problems with this before

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

No branches or pull requests

2 participants