Observed behavior
A bug here https://github.com/conveyal/gtfs-lib/blob/dev/src/main/java/com/conveyal/gtfs/model/StopTime.java#L93 may prevent the continuous_pickup/continuous_drop_off fields in the stop_times GTFS tables from being imported correctly.
Expected behavior
The mentioned fields in stop_times should be loaded properly.
Steps to reproduce the problem
Load a GTFS feed with non-default values in the fields mentioned.
Observe that the values in the GTFS editor don't correspond to the values in the GTFS file.
Notes on configuration and files required to reproduce the issue
datatools-server: any version that contains ibi-group/datatools-server#387
datatools-UI: any version that contains ibi-group/datatools-ui#668