You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating the trip pattern's direction using the UI, the direction value does not appear to be updating properly. The root cause appears to be that the TripPatternSerializer::serialize method is not being called properly for some reason (this happens in Base.java).
Nevertheless, it's not entirely clear that we even need this serializer. There is no issue in just delivering these values to the client as A and B as they are specified in the TripDirection enum (just needs a corresponding fix on the client).
The text was updated successfully, but these errors were encountered:
landonreed
added a commit
to catalogueglobal/datatools-ui
that referenced
this issue
Sep 20, 2017
… Java enum
This corresponds to a change on datatools-server due to an issue with serializing these values to
the "standard" 0/1 values in GTFS.
refs catalogueglobal/datatools-server#41
When updating the trip pattern's direction using the UI, the direction value does not appear to be updating properly. The root cause appears to be that the
TripPatternSerializer::serialize
method is not being called properly for some reason (this happens in Base.java).Nevertheless, it's not entirely clear that we even need this serializer. There is no issue in just delivering these values to the client as
A
andB
as they are specified in theTripDirection
enum (just needs a corresponding fix on the client).The text was updated successfully, but these errors were encountered: