hellodanylo / key2gym

The Key2Gym's mission is to create an open, excellent user experience providing, scalable, modern, platform-independent application for running small to medium-sized gyms.
1 stars 0 forks source link

RuntimeException on start after end in DateIntervalReportInputFormPanel #37

Open hellodanylo opened 11 years ago

hellodanylo commented 11 years ago

The form panel performs no checks on whether the start isn't after end before passing those values to a MutableInterval. Therefore the interval throws a runtime exception.