We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Due to the changes in #469, the GTFS+ yml file is not being loaded properly when the config initializes:
datatools-ui/lib/common/util/config.js
Lines 86 to 90 in 20fe8b5
Instead of checking for the module enabled flag, we should just load the yml file regardless.
The text was updated successfully, but these errors were encountered:
fix(GTFS+): always require GTFS+ yml on config init
e80ba92
fix #486
🎉 This issue has been resolved in version 4.1.0 🎉
The release is available on GitHub release
Your semantic-release bot 📦🚀
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Due to the changes in #469, the GTFS+ yml file is not being loaded properly when the config initializes:
datatools-ui/lib/common/util/config.js
Lines 86 to 90 in 20fe8b5
Instead of checking for the module enabled flag, we should just load the yml file regardless.
The text was updated successfully, but these errors were encountered: