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
My fellow at work detected one issue:
The next stop can't be added. (although UI shows as added, but badRequest is happening) The current stop can't be removed.
Digging into the code I came across with a line that mentioned #174
It happens that it was creating an inconsistent state in the database in which the first stop wasn't being added to the trip just created.
The text was updated successfully, but these errors were encountered:
I believe that line was added only to be able to insert multiple stops at once into a pattern, so I suggest doing this sync: #260
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
My fellow at work detected one issue:
The next stop can't be added. (although UI shows as added, but badRequest is happening)
The current stop can't be removed.
Digging into the code I came across with a line that mentioned #174
It happens that it was creating an inconsistent state in the database in which the first stop wasn't being added to the trip just created.
The text was updated successfully, but these errors were encountered: