conveyal / gtfs-editor

A web-based GTFS editing framework. THIS PROJECT IS DEPRECATED. See https://github.com/ibi-group/datatools-ui for current version.
https://github.com/ibi-group/datatools-ui
MIT License
134 stars 63 forks source link

User is able to delete all agencies (including default agency)-- causing a crash on subsequent login #228

Open wrightgd opened 9 years ago

wrightgd commented 9 years ago

The user is able to use the Manage Agencies list to delete all agencies, including the default agency. This causes an ArrayIndexOutOfBoundsException the next time the user logs out and logs back in.

image

cascafico commented 8 years ago

It just happened to me today. Any temporary solution, other than reinstalling (git clone + play dependencies)?