integr8ly / tutorial-web-app

Solution Explorer provides the front door into the Integreatly initiative. It hosts the various Solution Patterns, as well as providing a dashboard of installed applications/products/services.
Apache License 2.0
36 stars 54 forks source link

Ensure thread success action is dispatched si's are undefined #475

Closed aidenkeating closed 5 years ago

aidenkeating commented 5 years ago

Currently, if depenendencies.serviceInstances is undefined in a walkthroughs walkthrough.json file then a thread init success action will not be dispatched. This results in the loading screen on the walkthrough never becoming hidden.

This change ensures this action is dispatched, even when the serviceInstances value is undefined.

Verification: