crs-tools / tracker

CRS Ticket Tracker
Apache License 2.0
18 stars 11 forks source link

Project settings show error when ticket duration is invalid #158

Open jjeising opened 6 years ago

jjeising commented 6 years ago

When a ticket in a project contains an invalid range (for example 0:60) as a Fahrplan.Duration the project settings page shows an error:

ERROR: interval field value out of range: "0:60"

It is using these values to calculate the total ticket duration. The error itself is right, but should be presented in a nicer way.