Actions
Feature #2773
closedAdd formula description for mapping
Start date:
12/30/2024
Due date:
12/30/2024
% Done:
100%
Estimated time:
Compatible Redmine Version:
5.1.z
Pull Request Link:
Description
The current formula description text is:
text_supported_formulas: "Es werden min(), max(), sum(), product(), division(),
average(), custom() sowie eine Verschachtelung dieser Funktionen unterstützt. \n
Die Kombinationsmatrix unterstützt als einziges Format ausschließlich das mapping()."
text_supported_formulas_examples: "BEISPIELE: sum(cfs[1], cfs[2]), mapping(cfs[1], cfs[2]), custom(cfs[1] + cfs[2] * cfs[3]), \n
product(max(cfs[1], cfs[2]), cfs[4])."
This text keys are removed in favor of individual description texts for each function. The mapping functions needs a text for these keys:
text_mapping_formula_description:
text_mapping_formula_example:
Actions