-
Problem report
-
Resolution: Unresolved
-
Critical
-
None
-
7.0.20, 7.2.14, 7.4.4
-
Support backlog
Steps to reproduce:
- Create an item that retains only trends. In the item configuration for history, choose do not store
- Change the global housekeeping settings for history retention to use a global override.
- Any place in the UI that calls CItemHelper::addDataSource will incorrectly change the history array key from '0' to the global housekeeping setting even though the documentation states that 'Do not store' cannot be overridden by the global housekeeper.
The svg graph widget seems to have it's own function for getGraphDataSource that correctly checks if history or trends is set to 0. The same logic must be applied in CItemHelper.
This is a blocker.