-
Type:
Problem report
-
Resolution: Fixed
-
Priority:
Trivial
-
Affects Version/s: 5.4.3
-
Component/s: Frontend (F), Server (S)
-
Sprint 78 (Jul 2021)
-
0.5
Steps to reproduce:
- Create a new host item of Calculated type with the following formula:
sum(avg_foreach(//item, 1h) + 123) - Save the item.
Result:
The item was saved.
Expected:
An error telling that the first argument of the sum function is wrong was displayed.