Open jjeising opened 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:
0:60
Fahrplan.Duration
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.
When a ticket in a project contains an invalid range (for example
0:60
) as aFahrplan.Duration
the project settings page shows an error:It is using these values to calculate the total ticket duration. The error itself is right, but should be presented in a nicer way.