Actions
Feature #2142
closedNot support nested functions in mappings
Start date:
01/10/2025
Due date:
01/10/2025
% Done:
0%
Estimated time:
Compatible Redmine Version:
5.1.z
Pull Request Link:
Description
A nested mapping may contain formulas as arguments:
mapping(sum(1,4), 5)
Updated by liaham 3 months ago · Edited
- Subject changed from Support nested mappings to Not support nested functions in mappings
- Due date set to 01/10/2025
- Status changed from Closed to Rejected
- Start date set to 01/10/2025
- % Done changed from 100 to 0
- Compatible Redmine Version 5.1.z added
Nested functions in mappings won't be supported since a result of a
formula is difficult to be kept in the range of numbers able to map to.
Moreover, it is difficult to control if functions other than mapping
are only used as inner function since mapping is the only outer
function possible for a combination matrix.
Actions