Hide Forgot
Description of problem: The call trace widget has a refresh interval option in the settings with a default of 30 seconds. The widget does not refresh regardless of the value. How reproducible: always Steps to Reproduce: 1.setup the call time widget such that it shows at lease one call 2.execute the call again 3.wait the time specified in the refresh interval Actual results: Widget is not updated with new call Expected results: New call(s) appear in widget
After discussing with Kevin we decided that removing the refresh option entirely was the best bet. The reason is that even if we fix the refresh feature, the user experience will still be ugly. This is because any selection the user made in the tree, or any nodes the user has expanded, will be reverted as soon as the update happened (every 30s). This would be a bad user experience. Since the call trace shouldn't change, we only need to fetch the data once.
Verified in CR1