- Since
OPT-2233the report result always contains all flow nodes. If there is no data for this flownode, null is returned for duration reports. However, in duration heatmap reports, if you hover over a flownode, the two dashes are displayed as tooltip. We should not do that.
Reproduce:
- Create a duration heatmap report for a process where not all flow nodes were executed
- Hover over a flow node in the report
Expected:
- No tooltip is shown
Observed:
- A tooltip with two dashes is shown
This is the controller panel for Smart Panels app
- is related to
-
OPT-2255 Flow node frequency reports return null on zero count
- Done