-
Problem report
-
Resolution: Duplicate
-
Trivial
-
None
-
7.4.3
-
None
-
S25-W44/45
Graphs and Graphs prototypes in some cases are able to save improper values to the database.
Steps to reproduce:
- Navigate to the graphs and create one.
- Add at least one item. Save the graph.
- Check the graph item rows "calc_fnc" and "type" of the created graph in the database.
- Open the created graph and change its type to Stacked.
- Save the graph.
- Check again the graph item rows "calc_fnc" and "type" of the created graph in the database.
For version 7.0 you will see:
And for version 7.4 and master you will see:
- Once more open the graph and change its type back to Normal. Save it.
- Check again the graph item rows "calc_fnc" and "type" of the created graph in the database.
Result 1: For version 7.4 and master the graph items have invalid value "1" for "type" field.
Expected: The "type" field must contains proper value (0 or 2 according to documentation)
Result 2: For all versions value for "calc_fnc" field have not changed to default after switching graph back to Normal type.
Expected: The "calc_fnc" should be changed to default.
- related to
-
ZBX-27089 Page not found when exporting template with stacked graphs
-
- In Progress
-