Actions
Bug #831
closedRaises an error when trying to calculate with fields where multiple values are allowed
Start date:
Due date:
% Done:
100%
Estimated time:
Affected Version:
Affected component:
Compatible Redmine Version:
Pull Request Link:
Description
Generally, it is possible to use a field format where multiple values are allowed. Since it is not supported to calculate with those fields, there should be a further validation to avoid them.
The validation should ensure that there is no field in the formula having the attribute multiple
checked. Otherwise, the user should get an error message.
Actions