When:
- go the analysis page and select process definition
- add flow node filter
- change the process definition
Then:
- flow node names of the previous process definition stay and when clicked the page crashes
Expected:
The filter menu gets reset when the process definition or the version changes
I think we should be consistent to how it works with Reports: When I change the process definition in the Reports view, only flow node and variable filters are discarded. I would expect the same for the Analysis view.
To achieve that, I think we should move the reset logic from the Report to the componentDidUpdate method of the Filter component.