We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: