process-analytics / icpm-demo-2022

The demo presented at ICPM 2022
https://process-analytics.github.io/icpm-demo-2022/
Apache License 2.0
3 stars 1 forks source link

[FIX] Fix the click on the `reset` button when the happy path is not shown #47

Closed csouchet closed 1 year ago

csouchet commented 1 year ago

With the current version

https://user-images.githubusercontent.com/4921914/196987997-6eb50d03-370f-48ac-b11c-600995771ade.mov

When we click on the reset button and data other than happy path are displayed, nothing happens and we have an error on the console:

Uncaught TypeError: i is null
    hideHappyPath https://process-analytics.github.io/icpm-demo-2022/assets/index.9b55589f.js:321
    hideHappyPath https://process-analytics.github.io/icpm-demo-2022/assets/index.9b55589f.js:321
    e https://process-analytics.github.io/icpm-demo-2022/assets/index.9b55589f.js:354
    hide https://process-analytics.github.io/icpm-demo-2022/assets/index.9b55589f.js:354
    configureButtons https://process-analytics.github.io/icpm-demo-2022/assets/index.9b55589f.js:354

With the fix

https://user-images.githubusercontent.com/4921914/196988894-5540a77e-6222-4285-bc08-e73dfcb383eb.mov